|
@@ -68,7 +68,7 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="c4">
|
|
|
- <span class="price">
|
|
|
+ <div class="price">
|
|
|
<template v-if="cart.actStatus==1 && cart.promotions && cart.promotions.type==1 && cart.promotions.mode==1">
|
|
|
<del v-text="'¥'+toFloat(cart.originalPrice)"></del>
|
|
|
</template>
|
|
@@ -76,17 +76,31 @@
|
|
|
<em v-text="'¥'+toFloat(cart.price)"></em>
|
|
|
</template>
|
|
|
<!-- 促销活动 -->
|
|
|
- <span v-if="cart.actStatus==1 && cart.promotions" class="priceTag">
|
|
|
+ <div v-if="cart.actStatus==1 && cart.promotions" class="priceTag">
|
|
|
<i v-if="cart.promotions.type==1 && cart.promotions.mode==1" class="tag icon mIcon" v-text="cart.promotions.name+':¥'+toFloat(cart.price)"></i>
|
|
|
<i v-else class="tag icon mIcon" v-text="cart.promotions?cart.promotions.name:''"></i>
|
|
|
- <span class="promotion mFixed">
|
|
|
-
|
|
|
- </span>
|
|
|
- </span>
|
|
|
+ <div class="promotion mFixed">
|
|
|
+ <p class="t"><em>全店铺满减:满1000.00,减500.00</em></p>
|
|
|
+ <p>促销时间:2020-06-12 ~ 2020-09-30</p>
|
|
|
+ <p>赠品:</p>
|
|
|
+ <p>
|
|
|
+ <a class="p" href="">
|
|
|
+ <img src="https://img.caimei365.com/group1/M00/00/FD/Cmis21sxr2CAA8qRAAHtVLDfGCs96.JPEG">
|
|
|
+ <span>夜猫子1一剪时光SOD金茯苓保湿塑颜面膜</span>
|
|
|
+ <span>× 1</span>
|
|
|
+ </a>
|
|
|
+ <a class="p" href="">
|
|
|
+ <img src="https://img.caimei365.com/group1/M00/00/FD/Cmis21sxr2CAA8qRAAHtVLDfGCs96.JPEG">
|
|
|
+ <span>夜猫子1一剪时光SOD金茯苓保湿塑颜面膜</span>
|
|
|
+ <span>× 1</span>
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!-- 阶梯价 -->
|
|
|
- <span v-else-if="cart.ladderFlag" class="priceTag">
|
|
|
+ <div v-else-if="cart.ladderFlag" class="priceTag">
|
|
|
<i class="tag icon mIcon" @click="toggleThisLadder($event)">阶梯价格</i>
|
|
|
- <span class="ladder mFixed">
|
|
|
+ <div class="ladder mFixed">
|
|
|
<span>
|
|
|
<em class="t"><i>价格</i><i>起订量</i></em>
|
|
|
<em v-for="l in cart.ladderPrices">
|
|
@@ -95,9 +109,9 @@
|
|
|
</em>
|
|
|
<em @click="hideThisLadder($event)" class="close">了解</em>
|
|
|
</span>
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="c5">
|
|
|
<span class="number">
|
|
@@ -108,7 +122,7 @@
|
|
|
<input type="hidden" :value="cart.step"></div>
|
|
|
<div v-if="isPC" class="c6"><span v-text="'¥'+toFloat(cart.price*cart.number)"></span></div>
|
|
|
<div v-if="isPC" class="c7"><span class="del" @click="deleteCart(cart.id)">×<em class="tips">删除</em></span></div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
<div class="supplierBtn">
|
|
|
<span>合计:<em v-text="'¥'+toFloat(supplier.totalPrice)"></em></span>
|
|
|
</div>
|