|
@@ -23,7 +23,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="one_2">
|
|
<view class="one_2">
|
|
<text class="money_1"
|
|
<text class="money_1"
|
|
- v-if="infospecs.leader_price"><text>团长价¥</text>{{infospecs.leader_price||0}}</text>
|
|
|
|
|
|
+ v-if="infospecs.leader_price"><text>会员价¥</text>{{infospecs.leader_price||0}}</text>
|
|
<text class="money" v-if="infospecs.price"><text>特价¥</text>{{infospecs.price||0}}</text>
|
|
<text class="money" v-if="infospecs.price"><text>特价¥</text>{{infospecs.price||0}}</text>
|
|
<text class="money"
|
|
<text class="money"
|
|
v-if="!infospecs.price&&!infospecs.leader_price"><text>¥</text>{{infospecs.sell_money||0}}</text>
|
|
v-if="!infospecs.price&&!infospecs.leader_price"><text>¥</text>{{infospecs.sell_money||0}}</text>
|
|
@@ -169,7 +169,7 @@
|
|
<view class="r">
|
|
<view class="r">
|
|
<view class="money">
|
|
<view class="money">
|
|
<text v-if="specsInfo.leader_price"
|
|
<text v-if="specsInfo.leader_price"
|
|
- class="money_2"><text>团长价¥</text>{{specsInfo.leader_price}}</text>
|
|
|
|
|
|
+ class="money_2"><text>会员价¥</text>{{specsInfo.leader_price}}</text>
|
|
<text v-if="specsInfo.price"
|
|
<text v-if="specsInfo.price"
|
|
class="money_1"><text>特价¥</text>{{specsInfo.price}}</text>
|
|
class="money_1"><text>特价¥</text>{{specsInfo.price}}</text>
|
|
<text v-if="!specsInfo.price&&!specsInfo.leader_price"
|
|
<text v-if="!specsInfo.price&&!specsInfo.leader_price"
|