diff --git a/pages/cart/cart/cart.wxss b/pages/cart/cart/cart.wxss index cb8f510..26e8350 100644 --- a/pages/cart/cart/cart.wxss +++ b/pages/cart/cart/cart.wxss @@ -235,7 +235,7 @@ radio { padding: 3rpx 8rpx; margin-top: 8rpx; font-size: 22rpx; - min-width: 50rpx; + max-width: 356rpx; width: auto; height: 30rpx; line-height: 29rpx; @@ -243,6 +243,8 @@ radio { border-radius: 8rpx; white-space: nowrap; color: rgb(63, 63, 63); + display: inline-block; + } .ellipsis-2 { diff --git a/pages/cart/cart2/cart2.wxss b/pages/cart/cart2/cart2.wxss index 6000396..de46099 100644 --- a/pages/cart/cart2/cart2.wxss +++ b/pages/cart/cart2/cart2.wxss @@ -78,6 +78,8 @@ overflow: hidden; margin-bottom: 16rpx; font-size: 28rpx; + color: #333; + } .goods-color { diff --git a/pages/cart/cart2_pt/cart2_pt.js b/pages/cart/cart2_pt/cart2_pt.js index f30cfcf..39016ca 100644 --- a/pages/cart/cart2_pt/cart2_pt.js +++ b/pages/cart/cart2_pt/cart2_pt.js @@ -55,7 +55,8 @@ Page({ is_pt_tz:0,//是否开团团长 qh:'', //期号 pt_listno:'',//期号 - is_normal:0 + is_normal:0, + is_express:0,//选择物流的控制器 }, onLoad: function(t) { console.log("onLoad_pt_cart"); @@ -686,7 +687,7 @@ Page({ } } //--如果是立即购买-- - th.setData({index: m_wind}); + th.setData({ index: m_wind, is_express: m_wind}); } },500) }, diff --git a/pages/cart/cart2_pt/cart2_pt.wxml b/pages/cart/cart2_pt/cart2_pt.wxml index 8677244..53c3308 100644 --- a/pages/cart/cart2_pt/cart2_pt.wxml +++ b/pages/cart/cart2_pt/cart2_pt.wxml @@ -41,7 +41,7 @@ 商品属性: - {{bn_goods.goods_spec}}/{{bn_goods.goods_color}} + {{bn_goods.goods_spec}}/{{bn_goods.goods_color}} diff --git a/pages/cart/cart2_pt/cart2_pt.wxss b/pages/cart/cart2_pt/cart2_pt.wxss index 7dc1812..3ab1875 100644 --- a/pages/cart/cart2_pt/cart2_pt.wxss +++ b/pages/cart/cart2_pt/cart2_pt.wxss @@ -77,6 +77,8 @@ overflow: hidden; margin-bottom: 16rpx; font-size: 28rpx; + color: #333; + } .goods-color {