|
@@ -109,7 +109,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<!--可见价格-->
|
|
|
- <template v-if="(pros.priceFlag==0 && pros.userIdentity!=3) || pros.userIdentity==2 || (pros.userIdentity==3 && pros.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ <template v-if="(pros.priceFlag==0 && pros.userIdentity!=3) || pros.userIdentity==2 || (pros.userIdentity==3 && pros.shopId==GLOBAL_SHOP_ID)">
|
|
|
<div class="main_price_text" v-if="pros.productCategory == 1">
|
|
|
<div class="price_text_tag">
|
|
|
<!-- <p class="couponTag" v-if="pros.couponsLogo">优惠券</p>-->
|
|
@@ -119,7 +119,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="main_price_show" :class="PromotionsFormat(pros.promotions) ? 'none' : ''">
|
|
|
- ¥{{ (PromotionsFormat(pros.promotions) ? pros.price : pros.originalPrice ) | NumFormat }}
|
|
|
+ ¥{{ (PromotionsFormat(pros.promotions) ? pros.originalPrice : pros.price ) | NumFormat }}
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|