|
@@ -79,15 +79,13 @@
|
|
|
</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>
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -98,10 +96,8 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -148,32 +144,25 @@
|
|
|
</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>
|
|
|
- <div class=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
- <div class="price_text_tag">
|
|
|
- <p class="listTag" v-if="pros.product.actStatus==1" >{{pros.product.promotions.name}}</p>
|
|
|
- </div>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <div class="price_text_tag">
|
|
|
- <p class="listTag" v-if="pros.product.actStatus==1" >{{pros.product.promotions.name}}</p>
|
|
|
- </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">
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -225,10 +214,8 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -239,10 +226,8 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -295,7 +280,7 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <div class=" price_grade"><span class="bold">¥</span><i :class="'icon mIcon i'+pros.product.price1Grade"></i></div>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -307,10 +292,8 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -361,10 +344,8 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -375,10 +356,8 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -428,10 +407,8 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -442,10 +419,8 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -496,10 +471,8 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -510,10 +483,8 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|
|
@@ -563,10 +534,8 @@
|
|
|
<div class="main_price_unde">¥会员可见</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -577,10 +546,8 @@
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="pros.product.productCategory == 1">
|
|
|
- <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>
|
|
|
+ <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>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<em class="price_grade">¥登录可见</em>
|