|
@@ -407,7 +407,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -524,7 +524,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -652,7 +652,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -753,7 +753,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -871,7 +871,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -983,7 +983,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -1095,7 +1095,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -1202,7 +1202,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -1310,7 +1310,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -1411,7 +1411,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
@@ -1523,7 +1523,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price |
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price |
|
|
|
NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -1629,7 +1629,7 @@
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
- <span v-if="pros.priceFlag != 1">:¥{{pros.product.price |
|
|
|
+ <span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price |
|
|
|
NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|