|
@@ -169,15 +169,15 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
</template>
|
|
|
-<!-- <template v-else>-->
|
|
|
-<!-- <p class="listTag" v-if="pros.product.actStatus ==1 && pros.product.promotions">-->
|
|
|
-<!-- <span v-text="pros.promotions.name"></span>-->
|
|
|
-<!-- <template v-if="PromotionsFormat(pros.product.promotions)">-->
|
|
|
-<!-- <!–单品优惠:优惠价–>-->
|
|
|
-<!-- <span class="price_unit">:¥</span><span class="price_num">{{ pros.product.price | NumFormat }}</span>-->
|
|
|
-<!-- </template>-->
|
|
|
-<!-- </p>-->
|
|
|
-<!-- </template>-->
|
|
|
+ <template v-else>
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus ==1 && pros.product.promotions">
|
|
|
+ <span v-text="pros.promotions.name"></span>
|
|
|
+ <template v-if="PromotionsFormat(pros.product.promotions)">
|
|
|
+ <!--单品优惠:优惠价-->
|
|
|
+ <span class="price_unit">:¥</span><span class="price_num">{{ pros.product.price | NumFormat }}</span>
|
|
|
+ </template>
|
|
|
+ </p>
|
|
|
+ </template>
|
|
|
</div>
|
|
|
<div class="main_price_login">
|
|
|
<!--priceFlag 0公开价格 1不公开价格 2仅对会员机构公开-->
|