|
@@ -396,7 +396,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -406,7 +406,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -422,7 +422,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -430,7 +430,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -452,7 +452,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">
|
|
@@ -518,7 +518,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -528,7 +528,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -544,7 +544,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -552,7 +552,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -574,7 +574,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -651,7 +651,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -661,7 +661,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -677,7 +677,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -685,7 +685,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -707,7 +707,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -757,7 +757,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -767,7 +767,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -783,7 +783,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -791,7 +791,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -813,7 +813,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -880,7 +880,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -890,7 +890,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -906,7 +906,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -914,7 +914,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -936,7 +936,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -997,7 +997,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -1007,7 +1007,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -1023,7 +1023,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -1031,7 +1031,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -1053,7 +1053,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -1114,7 +1114,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -1124,7 +1124,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -1140,7 +1140,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -1148,7 +1148,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -1170,7 +1170,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -1226,7 +1226,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -1236,7 +1236,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -1252,7 +1252,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -1260,7 +1260,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -1282,7 +1282,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -1339,7 +1339,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -1349,7 +1349,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -1365,7 +1365,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -1373,7 +1373,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -1395,7 +1395,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -1445,7 +1445,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -1455,7 +1455,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price | NumFormat}}</span>
|
|
@@ -1471,7 +1471,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -1479,7 +1479,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -1501,7 +1501,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -1561,7 +1561,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -1571,7 +1571,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price |
|
|
@@ -1588,7 +1588,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -1596,7 +1596,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -1619,7 +1619,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|
|
@@ -1670,7 +1670,7 @@
|
|
|
<!-- 样式1 价格未公开-->
|
|
|
<template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price-tag">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price">¥价格未公开</div>
|
|
@@ -1680,7 +1680,7 @@
|
|
|
<template
|
|
|
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">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
|
<span v-if="pros.priceFlag != 1 && PromotionsFormat(pros.product.promotions)">:¥{{pros.product.price |
|
|
@@ -1697,7 +1697,7 @@
|
|
|
<!-- 样式3 -->
|
|
|
<template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥会员可见</span></div>
|
|
@@ -1705,7 +1705,7 @@
|
|
|
<!-- 样式4 -->
|
|
|
<template v-else>
|
|
|
<div class="price-tag" v-if="pros.product.actStatus==1">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price"><span>¥</span>
|
|
@@ -1728,7 +1728,7 @@
|
|
|
<!-- 样式6 -->
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
<div class="price-tag" v-if="params.userId>0">
|
|
|
- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>
|
|
|
+<!-- <p class="couponTag" v-if="pros.product.couponsLogo">优惠券</p>-->
|
|
|
<span class="tag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
</div>
|
|
|
<div class="price ">
|