mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
适配重构促销
This commit is contained in:
@@ -343,8 +343,8 @@
|
|||||||
@closeBuy="closePopupBuy"
|
@closeBuy="closePopupBuy"
|
||||||
@queryCart="cartCount()"
|
@queryCart="cartCount()"
|
||||||
:goodsDetail="goodsDetail"
|
:goodsDetail="goodsDetail"
|
||||||
:goodsSpec="goodsSpec"
|
:goodsSpec="goodsSpec"
|
||||||
:isGroup="isGroup"
|
:isGroup="isGroup"
|
||||||
:id="productId"
|
:id="productId"
|
||||||
v-if="goodsDetail.id"
|
v-if="goodsDetail.id"
|
||||||
:pointDetail="pointDetail"
|
:pointDetail="pointDetail"
|
||||||
|
|||||||
@@ -19,13 +19,13 @@
|
|||||||
<view class="index-items">
|
<view class="index-items">
|
||||||
<view class="index-item" v-for="(item, key) in nav.goods" :key="key" @click="toGoods(item)">
|
<view class="index-item" v-for="(item, key) in nav.goods" :key="key" @click="toGoods(item)">
|
||||||
<view class="index-item-img">
|
<view class="index-item-img">
|
||||||
<u-image :src="item.goodsSku.thumbnail" mode="aspectFill">
|
<u-image :src="item.thumbnail" mode="aspectFill">
|
||||||
<u-loading slot="loading"></u-loading>
|
<u-loading slot="loading"></u-loading>
|
||||||
</u-image>
|
</u-image>
|
||||||
<view class="index-item-title">{{ item.goodsSku.goodsName }}</view>
|
<view class="index-item-title">{{ item.goodsName }}</view>
|
||||||
<view class="index-item-price">
|
<view class="index-item-price">
|
||||||
{{ item.points }}积分
|
{{ item.points }}积分
|
||||||
<span class="tipsMkt">¥{{ item.goodsSku.price | unitPrice }}</span>
|
<span class="tipsMkt">¥{{ item.price | unitPrice }}</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user