Xiao_123 hai 4 meses
pai
achega
77d2d1f70d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/mall/components/details.vue

+ 2 - 2
src/views/mall/components/details.vue

@@ -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 () => {