Commit 3b36fd31c7ed4e6d9c5a99492e39272f6a1e56d2

Authored by yvan.ni
1 parent 54bc8174

不显示零售价

pages/index/index/index.wxss
1 /* 基本样式 */ 1 /* 基本样式 */
2 page { 2 page {
3 width: 100%; 3 width: 100%;
4 - height: 100%;  
5 - overflow: hidden; 4 + /*height: 100%;*/
  5 + /*overflow: hidden;*/
6 box-sizing: border-box; 6 box-sizing: border-box;
7 position: relative; 7 position: relative;
8 } 8 }
9 /* 超出滚动 */ 9 /* 超出滚动 */
10 .container { 10 .container {
11 width: 100%; 11 width: 100%;
12 - height: 100%;  
13 - overflow-y: auto; 12 + height: auto;
  13 + /*overflow-y: auto;*/
14 overflow-x: hidden; 14 overflow-x: hidden;
15 } 15 }
16 16
pages/team/team_ping/team_ping.wxml
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 <view class="flex"> 33 <view class="flex">
34 <text class='fs24 xc-wc {{item.pt_status==1?"xc-rmbs":"xc-rmb"}}'>¥</text> 34 <text class='fs24 xc-wc {{item.pt_status==1?"xc-rmbs":"xc-rmb"}}'>¥</text>
35 <view class='pd-jg xc-wc'>{{item.order_goods[0].goods_price}}</view> 35 <view class='pd-jg xc-wc'>{{item.order_goods[0].goods_price}}</view>
36 - <view class="flex word-line xc-ash {{item.pt_status==1?'xc-rmbs':'xc-rmb'}}"><text class="fs24 xc-black">零售价:</text><text class="fs24 xc-wc">¥</text><text class="fs26 xc-wc">{{item.order_goods[0].market_price}}</text> </view> 36 + <view class="flex word-line xc-ash {{item.pt_status==1?'xc-rmbs':'xc-rmb'}}"><text class="fs24 xc-black"></text><text class="fs24 xc-wc">¥</text><text class="fs26 xc-wc">{{item.order_goods[0].shop_price}}</text> </view>
37 </view> 37 </view>
38 38
39 <view class="xc-img-frame" wx:if="{{item.pt_status==2 || item.pt_status==4 || item.pt_status==5 || item.pt_status==6}}"> 39 <view class="xc-img-frame" wx:if="{{item.pt_status==2 || item.pt_status==4 || item.pt_status==5 || item.pt_status==6}}">
pages/team/team_show/team_show.wxml
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 <view class="fs40 xc-wc" style='font-size:40rpx'> 19 <view class="fs40 xc-wc" style='font-size:40rpx'>
20 <span class="fs28" style="font-weight:500;">¥</span>{{teamlist.price}}</view> 20 <span class="fs28" style="font-weight:500;">¥</span>{{teamlist.price}}</view>
21 <view class="fs22 word-line xc-wc"> 21 <view class="fs22 word-line xc-wc">
22 - 零售价¥{{goods.market_price}} 22 + ¥{{goods.shop_price}}
23 </view> 23 </view>
24 </view> 24 </view>
25 <view class="xc-wc fs24"> 25 <view class="xc-wc fs24">
pages/team/team_success/team_success.wxml
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 <view class="fs40 xc-wc" style='font-size:40rpx'> 18 <view class="fs40 xc-wc" style='font-size:40rpx'>
19 <span class="fs28 xc-rmbs" style="font-weight:500;">¥</span>{{teamlist.price}}</view> 19 <span class="fs28 xc-rmbs" style="font-weight:500;">¥</span>{{teamlist.price}}</view>
20 <view class="fs22 word-line xc-wc" style="width:172rpx;"> 20 <view class="fs22 word-line xc-wc" style="width:172rpx;">
21 - 零售价¥{{goods.market_price}} 21 + ¥{{goods.shop_price}}
22 </view> 22 </view>
23 </view> 23 </view>
24 <view class="xc-wc fs24"> 24 <view class="xc-wc fs24">