|
@@ -34,7 +34,7 @@
|
|
|
<div class="price mr-5"><span>¥</span>{{ selectedSkuPrice}}</div>
|
|
|
<div class="marketPrice" v-if="selectedSkuMarketPrice && selectedSkuMarketPrice !== selectedSkuPrice">优惠前¥{{ selectedSkuMarketPrice}}</div>
|
|
|
</div>
|
|
|
- <div v-if="showActivePrices" class="right">下单送房卷</div>
|
|
|
+ <div v-if="showActivePrices" class="right">下单送房券</div>
|
|
|
</div>
|
|
|
<!-- 销量 -->
|
|
|
<div class="salesCount mb-5 parameterColor"><span class="l-s-10">已售</span>:{{ state.goodsInfo?.salesCount || 0 }}</div>
|
|
@@ -112,7 +112,7 @@ const carouselHover = ref(false)
|
|
|
const showSelectedSkuImg = ref(false)
|
|
|
|
|
|
const showPrize = ref(false)
|
|
|
-const showActivePrices = ref(false) // 下单送房卷
|
|
|
+const showActivePrices = ref(false) // 下单送房券
|
|
|
const lotteryId = ref('')
|
|
|
// 获取商品详情
|
|
|
const getData = async () => {
|