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,7 +235,7 @@ radio { | ||
235 | padding: 3rpx 8rpx; | 235 | padding: 3rpx 8rpx; |
236 | margin-top: 8rpx; | 236 | margin-top: 8rpx; |
237 | font-size: 22rpx; | 237 | font-size: 22rpx; |
238 | - min-width: 50rpx; | 238 | + max-width: 356rpx; |
239 | width: auto; | 239 | width: auto; |
240 | height: 30rpx; | 240 | height: 30rpx; |
241 | line-height: 29rpx; | 241 | line-height: 29rpx; |
@@ -243,6 +243,8 @@ radio { | @@ -243,6 +243,8 @@ radio { | ||
243 | border-radius: 8rpx; | 243 | border-radius: 8rpx; |
244 | white-space: nowrap; | 244 | white-space: nowrap; |
245 | color: rgb(63, 63, 63); | 245 | color: rgb(63, 63, 63); |
246 | + display: inline-block; | ||
247 | + | ||
246 | } | 248 | } |
247 | 249 | ||
248 | .ellipsis-2 { | 250 | .ellipsis-2 { |
pages/cart/cart2/cart2.wxss
pages/cart/cart2_pt/cart2_pt.js
@@ -55,7 +55,8 @@ Page({ | @@ -55,7 +55,8 @@ Page({ | ||
55 | is_pt_tz:0,//是否开团团长 | 55 | is_pt_tz:0,//是否开团团长 |
56 | qh:'', //期号 | 56 | qh:'', //期号 |
57 | pt_listno:'',//期号 | 57 | pt_listno:'',//期号 |
58 | - is_normal:0 | 58 | + is_normal:0, |
59 | + is_express:0,//选择物流的控制器 | ||
59 | }, | 60 | }, |
60 | onLoad: function(t) { | 61 | onLoad: function(t) { |
61 | console.log("onLoad_pt_cart"); | 62 | console.log("onLoad_pt_cart"); |
@@ -686,7 +687,7 @@ Page({ | @@ -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 | },500) | 692 | },500) |
692 | }, | 693 | }, |
pages/cart/cart2_pt/cart2_pt.wxml
@@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
41 | <!-- 商品属性 --> | 41 | <!-- 商品属性 --> |
42 | <view class="flex-vertical fs28 color-gray">商品属性: | 42 | <view class="flex-vertical fs28 color-gray">商品属性: |
43 | <view class="goods-color"> | 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 | </view> </view> | 45 | </view> </view> |
46 | 46 | ||
47 | 47 |