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