|
@@ -85,12 +85,12 @@
|
|
|
</div>
|
|
|
<!-- 促销活动 -->
|
|
|
<div v-if="priceObj.actStatus==1 && promotions" class="priceTag">
|
|
|
- <i v-if="promotions.type==1 && promotions.mode==1" @click="toggleThisLadder($event)" class="tag icon mIcon" v-text="promotions.name+':¥'+toFloat(promotions.touchPrice)"></i>
|
|
|
- <i v-else class="tag icon mIcon" @click="toggleThisLadder($event)" v-text="promotions?promotions.name:''"></i>
|
|
|
+ <i v-if="promotions.type==1 && promotions.mode==1 &&priceObj.priceFlag!=1" @click="toggleThisLadder($event)" class="tag icon mIcon" v-text="promotions.name+':¥'+toFloat(promotions.touchPrice)"></i>
|
|
|
+ <i v-else class="tag icon mIcon" @click="toggleThisLadder($event)" v-text="promotions.name"></i>
|
|
|
<div class="promotion mFixed">
|
|
|
<div>
|
|
|
<p class="t">
|
|
|
- <em v-if="promotions.type==1 && promotions.mode==1">{{promotions.name+':¥'+toFloat(promotions.touchPrice)}}</em>
|
|
|
+ <em v-if="promotions.type==1 && promotions.mode==1">{{priceObj.priceFlag==1?'价格未公开':(promotions.name+':¥'+toFloat(promotions.touchPrice))}}</em>
|
|
|
<em v-if="promotions.mode==2">{{promotions.name+',满 ¥'+toFloat(promotions.touchPrice)+' 减 ¥'+toFloat(promotions.reducedPrice)}}</em>
|
|
|
<em v-if="promotions.mode==3">{{promotions.name+',满 ¥'+toFloat(promotions.touchPrice)+' 赠送商品'}}</em>
|
|
|
</p>
|