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:
@@ -23,7 +23,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="goods-skus">
|
<view class="goods-skus">
|
||||||
<!-- 有活动商品价格 -->
|
<!-- 有活动商品价格 -->
|
||||||
<view class="goods-price" v-if="goodsDetail.promotionPrice">
|
<view class="goods-price" v-if="goodsDetail.promotionPrice && ((isGroup && buyType === 'PINTUAN') || !isGroup)">
|
||||||
<span v-if="goodsDetail.promotionPrice && !pointDetail">
|
<span v-if="goodsDetail.promotionPrice && !pointDetail">
|
||||||
¥
|
¥
|
||||||
<span class="goods-price-promotionShow goods-price-bigshow">{{
|
<span class="goods-price-promotionShow goods-price-bigshow">{{
|
||||||
@@ -160,7 +160,11 @@ export default {
|
|||||||
buyMask: {
|
buyMask: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
isGroup: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
goodsDetail: {
|
goodsDetail: {
|
||||||
default: "",
|
default: "",
|
||||||
type: null,
|
type: null,
|
||||||
|
|||||||
@@ -343,7 +343,8 @@
|
|||||||
@closeBuy="closePopupBuy"
|
@closeBuy="closePopupBuy"
|
||||||
@queryCart="cartCount()"
|
@queryCart="cartCount()"
|
||||||
:goodsDetail="goodsDetail"
|
:goodsDetail="goodsDetail"
|
||||||
:goodsSpec="goodsSpec"
|
:goodsSpec="goodsSpec"
|
||||||
|
:isGroup="isGroup"
|
||||||
:id="productId"
|
:id="productId"
|
||||||
v-if="goodsDetail.id"
|
v-if="goodsDetail.id"
|
||||||
:pointDetail="pointDetail"
|
:pointDetail="pointDetail"
|
||||||
|
|||||||
Reference in New Issue
Block a user