|
@@ -79,7 +79,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -88,7 +88,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<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_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
@@ -98,12 +98,12 @@
|
|
|
<div class="main_price_show"
|
|
|
:class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
¥{{ (PromotionsFormat(pros.product.promotions) ?
|
|
|
- pros.product.price1 : pros.product.retailPrice ) |
|
|
|
+ pros.product.price : pros.product.retailPrice ) |
|
|
|
NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -116,7 +116,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -138,7 +138,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade sec">¥登录可见</em>
|
|
@@ -176,7 +176,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -185,7 +185,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<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_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
@@ -195,12 +195,12 @@
|
|
|
<div class="main_price_show"
|
|
|
:class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
¥{{ (PromotionsFormat(pros.product.promotions) ?
|
|
|
- pros.product.price1 : pros.product.retailPrice ) |
|
|
|
+ pros.product.price : pros.product.retailPrice ) |
|
|
|
NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -213,7 +213,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -235,7 +235,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade sec">¥登录可见</em>
|
|
@@ -275,7 +275,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -284,7 +284,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<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_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
@@ -294,12 +294,12 @@
|
|
|
<div class="main_price_show"
|
|
|
:class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
¥{{ (PromotionsFormat(pros.product.promotions) ?
|
|
|
- pros.product.price1 : pros.product.retailPrice ) |
|
|
|
+ pros.product.price : pros.product.retailPrice ) |
|
|
|
NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -312,7 +312,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -334,7 +334,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade sec">¥登录可见</em>
|
|
@@ -378,7 +378,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -387,7 +387,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<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_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
@@ -397,12 +397,12 @@
|
|
|
<div class="main_price_show"
|
|
|
:class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
¥{{ (PromotionsFormat(pros.product.promotions) ?
|
|
|
- pros.product.price1 : pros.product.retailPrice ) |
|
|
|
+ pros.product.price : pros.product.retailPrice ) |
|
|
|
NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -415,7 +415,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -437,7 +437,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade sec">¥登录可见</em>
|
|
@@ -470,7 +470,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -479,7 +479,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<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_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
@@ -489,12 +489,12 @@
|
|
|
<div class="main_price_show"
|
|
|
:class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
¥{{ (PromotionsFormat(pros.product.promotions) ?
|
|
|
- pros.product.price1 : pros.product.retailPrice ) |
|
|
|
+ pros.product.price : pros.product.retailPrice ) |
|
|
|
NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -507,7 +507,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -529,7 +529,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade sec">¥登录可见</em>
|
|
@@ -561,7 +561,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -570,7 +570,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<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_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
@@ -580,12 +580,12 @@
|
|
|
<div class="main_price_show"
|
|
|
:class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
¥{{ (PromotionsFormat(pros.product.promotions) ?
|
|
|
- pros.product.price1 : pros.product.retailPrice ) |
|
|
|
+ pros.product.price : pros.product.retailPrice ) |
|
|
|
NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -598,7 +598,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -620,7 +620,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade sec">¥登录可见</em>
|
|
@@ -653,7 +653,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -662,7 +662,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<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_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
@@ -672,12 +672,12 @@
|
|
|
<div class="main_price_show"
|
|
|
:class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
¥{{ (PromotionsFormat(pros.product.promotions) ?
|
|
|
- pros.product.price1 : pros.product.retailPrice ) |
|
|
|
+ pros.product.price : pros.product.retailPrice ) |
|
|
|
NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -690,7 +690,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -712,7 +712,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade sec">¥登录可见</em>
|
|
@@ -743,7 +743,7 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.productCategory==1">
|
|
|
- <template v-if="pros.product.price1TextFlag==1">
|
|
|
+ <template v-if="pros.product.priceFlag==1">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -752,7 +752,7 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<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_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}
|
|
@@ -762,12 +762,12 @@
|
|
|
<div class="main_price_show"
|
|
|
:class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
¥{{ (PromotionsFormat(pros.product.promotions) ?
|
|
|
- pros.product.price1 : pros.product.retailPrice ) |
|
|
|
+ pros.product.price : pros.product.retailPrice ) |
|
|
|
NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
+ v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
<p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
{{pros.product.promotions.name}}</p>
|
|
@@ -780,7 +780,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -802,7 +802,7 @@
|
|
|
{{pros.product.promotions.name}}</p>
|
|
|
</div>
|
|
|
<div class=" price_grade"><span class="bold">¥</span><i
|
|
|
- :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ :class="'icon mIcon i'+pros.product.priceGrade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade sec">¥登录可见</em>
|