|
@@ -79,25 +79,30 @@
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
- <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ <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>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
<div class="main_price_show" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="main_price_show" v-else>¥{{ pros.product.retailPrice | NumFormat }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -144,25 +149,30 @@
|
|
|
</template>
|
|
|
<template v-else-if="pros.product.price1TextFlag==2 && pros.product.userIdentity==4">
|
|
|
<div class="price_text_tag">
|
|
|
- <p class="listTag" v-if="pros.product.actStatus==1">{{pros.product.promotions.name}}</p>
|
|
|
+ <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>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
<div class="main_price_show" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="main_price_show" v-else>¥{{ pros.product.retailPrice | NumFormat }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -214,20 +224,25 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
<div class="main_price_show" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="main_price_show" v-else>¥{{ pros.product.retailPrice | NumFormat }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -280,20 +295,25 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
<div class="main_price_show" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="main_price_show" v-else>¥{{ pros.product.retailPrice | NumFormat }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <em>¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -344,20 +364,25 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
<div class="main_price_show" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="main_price_show" v-else>¥{{ pros.product.retailPrice | NumFormat }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -407,20 +432,25 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
<div class="main_price_show" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="main_price_show" v-else>¥{{ pros.product.retailPrice | NumFormat }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -471,20 +501,25 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
<div class="main_price_show" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="main_price_show" v-else>¥{{ pros.product.retailPrice | NumFormat }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -534,20 +569,25 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
<div class="main_price_show" v-if="pros.product.detailTalkFlag == '2'">¥价格详聊</div>
|
|
|
<div class="main_price_show" v-else>¥{{ pros.product.retailPrice | NumFormat }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <em class="bold">¥<i :class="'icon mIcon i'+pros.product.price1Grade"></i></em>
|
|
|
- <span class="listTag right-box" 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=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|