Browse Source

样式修改

test
Enzo 4 years ago
parent
commit
8d3c5634b2
  1. 2
      pages/goodsDetail/index.vue
  2. 2
      pages/message/index.vue

2
pages/goodsDetail/index.vue

@ -3,7 +3,7 @@
<skeleton :loading="skeletonLoading" :row="12" :showAvatar="false" :showTitle="true">
<block v-if="isRight(goods_detail)">
<!-- 商品图片轮播 -->
<swiper :current="current" :indicator-dots="goods_detail.pictures.length > 1 ? true : false" :circular="true" class="swiper-box" indicator-active-color="#1998FE">
<swiper :current="current" :autoplay="true" :interval="2500" :indicator-dots="goods_detail.pictures.length > 1 ? true : false" :circular="true" class="swiper-box" indicator-active-color="#1998FE">
<swiper-item v-for="(item, index) in goods_detail.pictures" :key="index">
<image mode="aspectFill" :src="item" style="width: 100%; height: 100%;" @click="lookImg(index)"></image>
</swiper-item>

2
pages/message/index.vue

@ -5,7 +5,7 @@
<view class="lf-color-black lf-flex">
<text class="hot" v-if="item.is_read == 0"></text>
<!-- <text class="gray" v-else></text> -->
<text class="lf-font-28 lf-m-l-10">收到一条新消息</text>
<text class="lf-font-28">收到一条新消息</text>
</view>
<view class="lf-color-gray lf-font-22">{{item.created_at}} </view>
</view>

Loading…
Cancel
Save