|
@@ -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>
|
|
@@ -71,7 +71,7 @@
|
|
|
<loginPage v-if="showLogin" @loginSuccess="loginSuccess" @close="loginClose"></loginPage>
|
|
|
|
|
|
<!-- 结算 -->
|
|
|
- <CtDialog :visible="showSettlement" titleClass="text-h6" :widthType="3" title="订单信息" @submit="handleSubmit" @close="handleClose">
|
|
|
+ <CtDialog :visible="showSettlement" titleClass="text-h6" :widthType="3" title="订单提交" submitText="提交支付" @submit="handleSubmit" @close="handleClose">
|
|
|
<confirm ref="confirmRef" :data="skuInfo" @orderCreated="orderCreated"></confirm>
|
|
|
</CtDialog>
|
|
|
|
|
@@ -255,8 +255,8 @@ const loginClose = () => {
|
|
|
color: #7a7a7a;
|
|
|
}
|
|
|
.prices {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ // display: flex;
|
|
|
+ // justify-content: space-between;
|
|
|
font-size: 28px;
|
|
|
border-radius: 8px;
|
|
|
width: 80%;
|