|
@@ -59,17 +59,28 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.price1TextFlag==1">
|
|
|
- <em>¥价格未公开</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{ros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥价格未公开</div>
|
|
|
</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)">
|
|
|
- <em class="p" v-text="'¥'+parseFloat(pros.product.retailPrice).toFixed(2)"></em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
+ {{pros.product.promotions.name}}
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.retailPrice | NumFormat}}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_show" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
+ ¥{{ (PromotionsFormat(pros.product.promotions) ? pros.product.price1 : pros.product.retailPrice ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
- <em>¥会员可见</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
@@ -107,17 +118,28 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.price1TextFlag==1">
|
|
|
- <em>¥价格未公开</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{ros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥价格未公开</div>
|
|
|
</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)">
|
|
|
- <em class="p" v-text="'¥'+parseFloat(pros.product.retailPrice).toFixed(2)"></em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
+ {{pros.product.promotions.name}}
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.retailPrice | NumFormat}}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_show" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
+ ¥{{ (PromotionsFormat(pros.product.promotions) ? pros.product.price1 : pros.product.retailPrice ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
- <em>¥会员可见</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
@@ -155,17 +177,28 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.price1TextFlag==1">
|
|
|
- <em>¥价格未公开</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{ros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥价格未公开</div>
|
|
|
</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)">
|
|
|
- <em class="p" v-text="'¥'+parseFloat(pros.product.retailPrice).toFixed(2)"></em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
+ {{pros.product.promotions.name}}
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.retailPrice | NumFormat}}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_show" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
+ ¥{{ (PromotionsFormat(pros.product.promotions) ? pros.product.price1 : pros.product.retailPrice ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
- <em>¥会员可见</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
@@ -204,17 +237,28 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.price1TextFlag==1">
|
|
|
- <em>¥价格未公开</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{ros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥价格未公开</div>
|
|
|
</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)">
|
|
|
- <em class="p" v-text="'¥'+parseFloat(pros.product.retailPrice).toFixed(2)"></em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
+ {{pros.product.promotions.name}}
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.retailPrice | NumFormat}}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_show" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
+ ¥{{ (PromotionsFormat(pros.product.promotions) ? pros.product.price1 : pros.product.retailPrice ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
- <em>¥会员可见</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em>¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
@@ -251,17 +295,28 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.price1TextFlag==1">
|
|
|
- <em >¥价格未公开</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{ros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥价格未公开</div>
|
|
|
</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)">
|
|
|
- <em class="p" v-text="'¥'+parseFloat(pros.product.retailPrice).toFixed(2)"></em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
+ {{pros.product.promotions.name}}
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.retailPrice | NumFormat}}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_show" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
+ ¥{{ (PromotionsFormat(pros.product.promotions) ? pros.product.price1 : pros.product.retailPrice ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
- <em>¥会员可见</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
@@ -297,17 +352,28 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.price1TextFlag==1">
|
|
|
- <em>¥价格未公开</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{ros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥价格未公开</div>
|
|
|
</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)">
|
|
|
- <em class="p" v-text="'¥'+parseFloat(pros.product.retailPrice).toFixed(2)"></em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
+ {{pros.product.promotions.name}}
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.retailPrice | NumFormat}}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_show" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
+ ¥{{ (PromotionsFormat(pros.product.promotions) ? pros.product.price1 : pros.product.retailPrice ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
- <em>¥会员可见</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
@@ -344,17 +410,28 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.price1TextFlag==1">
|
|
|
- <em>¥价格未公开</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{ros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥价格未公开</div>
|
|
|
</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)">
|
|
|
- <em class="p" v-text="'¥'+parseFloat(pros.product.retailPrice).toFixed(2)"></em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
+ {{pros.product.promotions.name}}
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.retailPrice | NumFormat}}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_show" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
+ ¥{{ (PromotionsFormat(pros.product.promotions) ? pros.product.price1 : pros.product.retailPrice ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
- <em>¥会员可见</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
@@ -390,17 +467,28 @@
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
<template v-if="pros.product.price1TextFlag==1">
|
|
|
- <em>¥价格未公开</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{ros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥价格未公开</div>
|
|
|
</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)">
|
|
|
- <em class="p" v-text="'¥'+parseFloat(pros.product.retailPrice).toFixed(2)"></em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">
|
|
|
+ {{pros.product.promotions.name}}
|
|
|
+ <span v-if="pros.priceFlag != 1">:¥{{pros.product.retailPrice | NumFormat}}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_show" :class="PromotionsFormat(pros.product.promotions) ? 'none' : ''">
|
|
|
+ ¥{{ (PromotionsFormat(pros.product.promotions) ? pros.product.price1 : pros.product.retailPrice ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
- <em>¥会员可见</em>
|
|
|
- <span class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</span>
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|