|
@@ -70,7 +70,7 @@
|
|
|
<div class="WechatBg"><img src="/img/base/Wecha.png">
|
|
|
<p>扫码添加采美微信客服咨询更快捷</p></div>
|
|
|
</div>
|
|
|
- <div class="row price"><span class="l">采美价</span><i>:</i>
|
|
|
+ <div class="row price"><span class="l">会员价</span><i>:</i>
|
|
|
<!--登录-->
|
|
|
<template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0">
|
|
|
<!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
@@ -112,7 +112,7 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
<template
|
|
|
- v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0 && priceObj.normalPrice>0 && ((priceObj.priceFlag==0 && priceObj.userIdentity!=3) || (priceObj.priceFlag==2 && priceObj.userIdentity==2) || (priceObj.userIdentity==3 && priceObj.shopId==GLOBAL_SHOP_ID || GLOBAL_VIP_FLAG === 1))">
|
|
|
+ v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0 && priceObj.normalPrice>0 && ((priceObj.priceFlag==0 && priceObj.userIdentity!=3) || (priceObj.priceFlag==2 && priceObj.userIdentity==2) || (priceObj.priceFlag==3 && GLOBAL_CLUB_TYPE==1) || (priceObj.userIdentity==3 && priceObj.shopId==GLOBAL_SHOP_ID || GLOBAL_VIP_FLAG === 1))">
|
|
|
<div class="row"><span class="l">市场价</span><i>:</i>
|
|
|
<em>
|
|
|
<del v-text="'¥'+priceObj.normalPrice.toFixed(2)"></del>
|
|
@@ -123,7 +123,7 @@
|
|
|
v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0 && priceObj.actStatus==1||priceObj.ladderPriceFlag==1">
|
|
|
<span class="l">促销</span><i>:</i>
|
|
|
<template
|
|
|
- v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0 && ((priceObj.priceFlag==0 && priceObj.userIdentity!=3) || (priceObj.priceFlag==2 && priceObj.userIdentity==2) || (priceObj.userIdentity==3 && priceObj.shopId==GLOBAL_SHOP_ID || GLOBAL_VIP_FLAG === 1))">
|
|
|
+ v-if="GLOBAL_USER_ID && GLOBAL_USER_ID>0 && ((priceObj.priceFlag==0 && priceObj.userIdentity!=3) || (priceObj.priceFlag==2 && priceObj.userIdentity==2) || (priceObj.priceFlag==3 && GLOBAL_CLUB_TYPE==1) || (priceObj.userIdentity==3 && priceObj.shopId==GLOBAL_SHOP_ID || GLOBAL_VIP_FLAG === 1))">
|
|
|
<!-- 阶梯价 -->
|
|
|
<div v-if="priceObj.ladderPriceFlag==1" class="priceTag">
|
|
|
<i class="tag icon mIcon" @click="toggleThisLadder($event)">阶梯价格</i>
|