main
fanfan 6 months ago
parent 1c8748e04b
commit 74b37a0a3f
  1. 16
      pages/index/index.vue
  2. 4
      pages/user/index.vue

@ -76,7 +76,7 @@
<image :src="$picUrl+'/static/index/new.png?t='+timestamp" class="firstBg"></image>
<view class="firstInfo">
<view class="fTitle">
<image :src="$picUrl+'/static/index/xinren.png'" class="firstTitle"></image>
<image :src="$picUrl+'/static/index/xinren.png?t='+timestamp" class="firstTitle"></image>
<!-- <text></text> -->
</view>
<view class="couponInfo">
@ -108,9 +108,9 @@
<!-- <image src="/static/index/dapaibg.png" mode="widthFix" class="dapaibg"></image> -->
<view class="dapaiBox">
<view class="dapaiTitle">
<image :src="$picUrl+'/static/index/dapai.png'" mode="widthFix"></image>
<image :src="$picUrl+'/static/index/dapai.png?t='+timestamp" mode="widthFix"></image>
<view class="goods">
<image :src="$picUrl+'/static/index/diannei.png'" mode="widthFix"></image>
<image :src="$picUrl+'/static/index/diannei.png?t='+timestamp" mode="widthFix"></image>
<view>店内现货</view>
</view>
</view>
@ -168,7 +168,7 @@
</view>
<view class="price">
<view class="tip">
<image :src="$picUrl+'/static/index/tip.png'"></image>
<image :src="$picUrl+'/static/index/tip.png?t='+timestamp"></image>
<view class="tipPrice">
<text style="font-size: 20rpx;"></text>
<text>{{item.seckill_price_min}}</text>
@ -191,7 +191,7 @@
<!-- <view class="rightContent"> -->
<view class="rightItem1" v-if="wxAppSetting.new_product">
<view style="">
<image :src="$picUrl+'/static/index/xinpin.png'" mode="widthFix" @click="goNewGoods"
<image :src="$picUrl+'/static/index/xinpin.png?t='+timestamp" mode="widthFix" @click="goNewGoods"
class="title"></image>
<view class="more" @click="goNewGoods">查看更多<u-icon name="arrow-right"></u-icon>
</view>
@ -202,7 +202,7 @@
@click="goJump('/pages/goods/detail?goodsId=' + item.goods_id)">
<image :src="item.goods_image"></image>
<view class="priceBox">
<image :src="$picUrl+'/static/index/price.png'" mode="heightFix">
<image :src="$picUrl+'/static/index/price.png?t='+timestamp" mode="heightFix">
</image>
<view><text></text>{{item.goods_price_min}}</view>
</view>
@ -214,7 +214,7 @@
</view>
<view class="rightItem2" v-if="wxAppSetting.ranking_list">
<view style="margin-bottom: 10rpx;">
<image :src="$picUrl+'/static/index/paihangbang.png'" mode="widthFix" @click="rankIng"
<image :src="$picUrl+'/static/index/paihangbang.png?t='+timestamp" mode="widthFix" @click="rankIng"
class="title"></image>
<view class="more" @click="rankIng">查看更多<u-icon name="arrow-right"></u-icon>
</view>
@ -224,7 +224,7 @@
@click="goJump('/pages/goods/detail?goodsId=' + item.goods_id)">
<image :src="item.goods_image"></image>
<view class="priceBox">
<image :src="$picUrl+'/static/index/price.png'" mode="heightFix">
<image :src="$picUrl+'/static/index/price.png?t='+timestamp" mode="heightFix">
</image>
<view><text></text>{{item.goods_price_min}}</view>
</view>

@ -1306,10 +1306,10 @@
}
.goodsInfo {
margin-bottom: 12rpx;
height: 60rpx;
overflow: hidden;
.title {
height: 60rpx;
display: flex;
align-items: center;
margin-top: 10rpx;

Loading…
Cancel
Save