Commit 2ecd04ca56088047d483790ee8293066307061f4
1 parent
72550b39
结算页面修改
Showing
5 changed files
with
11 additions
and
4 deletions
pages/cart/cart/cart.wxss
| ... | ... | @@ -235,7 +235,7 @@ radio { |
| 235 | 235 | padding: 3rpx 8rpx; |
| 236 | 236 | margin-top: 8rpx; |
| 237 | 237 | font-size: 22rpx; |
| 238 | - min-width: 50rpx; | |
| 238 | + max-width: 356rpx; | |
| 239 | 239 | width: auto; |
| 240 | 240 | height: 30rpx; |
| 241 | 241 | line-height: 29rpx; |
| ... | ... | @@ -243,6 +243,8 @@ radio { |
| 243 | 243 | border-radius: 8rpx; |
| 244 | 244 | white-space: nowrap; |
| 245 | 245 | color: rgb(63, 63, 63); |
| 246 | + display: inline-block; | |
| 247 | + | |
| 246 | 248 | } |
| 247 | 249 | |
| 248 | 250 | .ellipsis-2 { | ... | ... |
pages/cart/cart2/cart2.wxss
pages/cart/cart2_pt/cart2_pt.js
| ... | ... | @@ -55,7 +55,8 @@ Page({ |
| 55 | 55 | is_pt_tz:0,//是否开团团长 |
| 56 | 56 | qh:'', //期号 |
| 57 | 57 | pt_listno:'',//期号 |
| 58 | - is_normal:0 | |
| 58 | + is_normal:0, | |
| 59 | + is_express:0,//选择物流的控制器 | |
| 59 | 60 | }, |
| 60 | 61 | onLoad: function(t) { |
| 61 | 62 | console.log("onLoad_pt_cart"); |
| ... | ... | @@ -686,7 +687,7 @@ Page({ |
| 686 | 687 | } |
| 687 | 688 | } |
| 688 | 689 | //--如果是立即购买-- |
| 689 | - th.setData({index: m_wind}); | |
| 690 | + th.setData({ index: m_wind, is_express: m_wind}); | |
| 690 | 691 | } |
| 691 | 692 | },500) |
| 692 | 693 | }, | ... | ... |
pages/cart/cart2_pt/cart2_pt.wxml
| ... | ... | @@ -41,7 +41,7 @@ |
| 41 | 41 | <!-- 商品属性 --> |
| 42 | 42 | <view class="flex-vertical fs28 color-gray">商品属性: |
| 43 | 43 | <view class="goods-color"> |
| 44 | - <text wx:if="{{bn_goods.goods_spec!=''}}">{{bn_goods.goods_spec}}/</text>{{bn_goods.goods_color}} | |
| 44 | + <text wx:if="{{bn_goods.goods_spec!=''}}"> {{bn_goods.goods_spec}}/</text>{{bn_goods.goods_color}} | |
| 45 | 45 | </view> </view> |
| 46 | 46 | |
| 47 | 47 | ... | ... |