Commit 3b36fd31c7ed4e6d9c5a99492e39272f6a1e56d2
1 parent
54bc8174
不显示零售价
Showing
4 changed files
with
7 additions
and
7 deletions
pages/index/index/index.wxss
1 | 1 | /* 基本样式 */ |
2 | 2 | page { |
3 | 3 | width: 100%; |
4 | - height: 100%; | |
5 | - overflow: hidden; | |
4 | + /*height: 100%;*/ | |
5 | + /*overflow: hidden;*/ | |
6 | 6 | box-sizing: border-box; |
7 | 7 | position: relative; |
8 | 8 | } |
9 | 9 | /* 超出滚动 */ |
10 | 10 | .container { |
11 | 11 | width: 100%; |
12 | - height: 100%; | |
13 | - overflow-y: auto; | |
12 | + height: auto; | |
13 | + /*overflow-y: auto;*/ | |
14 | 14 | overflow-x: hidden; |
15 | 15 | } |
16 | 16 | ... | ... |
pages/team/team_ping/team_ping.wxml
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | <view class="flex"> |
34 | 34 | <text class='fs24 xc-wc {{item.pt_status==1?"xc-rmbs":"xc-rmb"}}'>¥</text> |
35 | 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 | 37 | </view> |
38 | 38 | |
39 | 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 | 19 | <view class="fs40 xc-wc" style='font-size:40rpx'> |
20 | 20 | <span class="fs28" style="font-weight:500;">¥</span>{{teamlist.price}}</view> |
21 | 21 | <view class="fs22 word-line xc-wc"> |
22 | - 零售价¥{{goods.market_price}} | |
22 | + ¥{{goods.shop_price}} | |
23 | 23 | </view> |
24 | 24 | </view> |
25 | 25 | <view class="xc-wc fs24"> | ... | ... |
pages/team/team_success/team_success.wxml
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | <view class="fs40 xc-wc" style='font-size:40rpx'> |
19 | 19 | <span class="fs28 xc-rmbs" style="font-weight:500;">¥</span>{{teamlist.price}}</view> |
20 | 20 | <view class="fs22 word-line xc-wc" style="width:172rpx;"> |
21 | - 零售价¥{{goods.market_price}} | |
21 | + ¥{{goods.shop_price}} | |
22 | 22 | </view> |
23 | 23 | </view> |
24 | 24 | <view class="xc-wc fs24"> | ... | ... |