|
@@ -394,7 +394,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -403,22 +403,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -430,7 +430,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -440,7 +440,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -452,7 +452,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -511,7 +511,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -520,22 +520,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -547,7 +547,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -557,7 +557,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -569,7 +569,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -639,7 +639,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -648,22 +648,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -675,7 +675,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -685,7 +685,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -697,7 +697,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -740,7 +740,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -749,22 +749,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -776,7 +776,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -786,7 +786,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -798,7 +798,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -858,7 +858,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -867,22 +867,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -894,7 +894,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -904,7 +904,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -916,7 +916,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -970,7 +970,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -979,22 +979,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1006,7 +1006,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1016,7 +1016,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1028,7 +1028,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -1082,7 +1082,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1091,22 +1091,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1118,7 +1118,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1128,7 +1128,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1140,7 +1140,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -1189,7 +1189,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1198,22 +1198,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1225,7 +1225,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1235,7 +1235,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1247,7 +1247,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -1297,7 +1297,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1306,22 +1306,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1333,7 +1333,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1343,7 +1343,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1355,7 +1355,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -1398,7 +1398,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1407,22 +1407,22 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice | NumFormat}}</span>
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price | NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1434,7 +1434,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1444,7 +1444,7 @@
|
|
|
<div class="price-tag"></div>
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1456,7 +1456,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -1509,7 +1509,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag"
|
|
|
v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
@@ -1519,23 +1519,23 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice |
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price |
|
|
|
NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1547,7 +1547,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1558,7 +1558,7 @@
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊
|
|
|
</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1571,7 +1571,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|
|
@@ -1615,7 +1615,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
<span class="tag"
|
|
|
v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
@@ -1625,23 +1625,23 @@
|
|
|
<template v-else>
|
|
|
<!-- 样式2-->
|
|
|
<template
|
|
|
- v-if="(pros.product.price1TextFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ v-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
<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.retailPrice |
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.price |
|
|
|
NumFormat}}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="price" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
<span>
|
|
|
- ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.price1
|
|
|
- : pros.product.retailPrice) | NumFormat }}
|
|
|
+ ¥{{(PromotionsFormat(pros.product.promotions) ? pros.product.originalPrice
|
|
|
+ : pros.product.price) | NumFormat }}
|
|
|
</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式3 -->
|
|
|
- <template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
@@ -1653,7 +1653,7 @@
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1664,7 +1664,7 @@
|
|
|
<div class="price" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊
|
|
|
</div>
|
|
|
<div class="price" v-else>
|
|
|
- <span>¥{{ pros.product.retailPrice | NumFormat }}</span>
|
|
|
+ <span>¥{{ pros.product.price | NumFormat }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -1677,7 +1677,7 @@
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span>¥</span>
|
|
|
- <span class="p-icon" :class="'i'+pros.product.price1Grade"></span>
|
|
|
+ <span class="p-icon" :class="'i'+pros.product.priceGrade"></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
<!-- 样式7 -->
|