|
@@ -29,6 +29,11 @@
|
|
|
<view class="other" v-if="item.p_act">
|
|
|
<text class="act" v-for="(tag,index) in item.p_act" :key="index">{{tag}}</text>
|
|
|
</view>
|
|
|
+ <view class="other" v-if="item.leader_price">
|
|
|
+ <view class="leader">
|
|
|
+ <text>团长价</text><text>¥</text><text>{{item.leader_price||0}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="acttags">
|
|
|
<text v-for="i in item.actTagsShow" :key="i">{{i.label}}</text>
|
|
|
</view>
|
|
@@ -90,6 +95,11 @@
|
|
|
<text class="act" v-for="(tag,index) in item.p_act"
|
|
|
:key="index">{{tag}}</text>
|
|
|
</view>
|
|
|
+ <view class="other" v-if="item.leader_price">
|
|
|
+ <view class="leader">
|
|
|
+ <text>团长价</text><text>¥</text><text>{{item.leader_price||0}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="acttags">
|
|
|
<text v-for="i in item.actTagsShow" :key="i">{{i.label}}</text>
|
|
|
</view>
|
|
@@ -553,6 +563,16 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .leader {
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+ color: #23B67A;
|
|
|
+
|
|
|
+ text:last-child {
|
|
|
+ font-size: 16px;
|
|
|
+ padding: 0 0 0 1vw;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
.act {
|
|
|
font-size: 12px;
|
|
@@ -795,6 +815,17 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .leader {
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+ color: #23B67A;
|
|
|
+
|
|
|
+ text:last-child {
|
|
|
+ font-size: 16px;
|
|
|
+ padding: 0 0 0 1vw;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
.act {
|
|
|
font-size: 12px;
|