|
@@ -22,8 +22,11 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="one_2">
|
|
<view class="one_2">
|
|
|
|
+ <text class="money_1"
|
|
|
|
+ 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" v-else><text>¥</text>{{infospecs.sell_money||0}}</text>
|
|
|
|
|
|
+ <text class="money"
|
|
|
|
+ v-if="!infospecs.price&&!infospecs.leader_price"><text>¥</text>{{infospecs.sell_money||0}}</text>
|
|
<text class="money"><text>¥</text>{{infospecs.flow_money||0}}</text>
|
|
<text class="money"><text>¥</text>{{infospecs.flow_money||0}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="one_3" v-if="discount">
|
|
<view class="one_3" v-if="discount">
|
|
@@ -149,9 +152,11 @@
|
|
</view>
|
|
</view>
|
|
<view class="r">
|
|
<view class="r">
|
|
<view class="money">
|
|
<view class="money">
|
|
|
|
+ <text v-if="specsInfo.leader_price"
|
|
|
|
+ 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"
|
|
|
|
|
|
+ <text v-if="!specsInfo.price&&!specsInfo.leader_price"
|
|
class="money_1"><text>¥</text>{{specsInfo.sell_money}}</text>
|
|
class="money_1"><text>¥</text>{{specsInfo.sell_money}}</text>
|
|
<text class="money_1"><text>¥</text>{{specsInfo.flow_money}}</text>
|
|
<text class="money_1"><text>¥</text>{{specsInfo.flow_money}}</text>
|
|
</view>
|
|
</view>
|
|
@@ -829,6 +834,17 @@
|
|
border-bottom: 0.5vw solid var(--f9Color);
|
|
border-bottom: 0.5vw solid var(--f9Color);
|
|
padding: 2vw;
|
|
padding: 2vw;
|
|
|
|
|
|
|
|
+ .money_1 {
|
|
|
|
+ color: #23B67A;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ padding: 0 1vw 0 0;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+
|
|
|
|
+ text {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
.money {
|
|
.money {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
padding: 0 1vw 0 0;
|
|
padding: 0 1vw 0 0;
|
|
@@ -1116,6 +1132,17 @@
|
|
|
|
|
|
margin: 0 0 2vw 0;
|
|
margin: 0 0 2vw 0;
|
|
|
|
|
|
|
|
+ .money_2 {
|
|
|
|
+ color: #23B67A;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ padding: 0 1vw 0 0;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+
|
|
|
|
+ text {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
.money_1 {
|
|
.money_1 {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
color: #ff0000;
|
|
color: #ff0000;
|