diff --git a/pages/columnGoods/goods_search_con/index.vue b/pages/columnGoods/goods_search_con/index.vue index 0670e5a..fed435a 100644 --- a/pages/columnGoods/goods_search_con/index.vue +++ b/pages/columnGoods/goods_search_con/index.vue @@ -157,24 +157,28 @@ - - - + + + {{item.service_phone}} - + {{item.mer_take_time[0]}}-{{item.mer_take_time[1]}} - + - {{item.mer_info}} + + {{item.mer_info}} + - + - {{item.mer_address}} + + {{item.mer_address}} + @@ -1204,6 +1208,12 @@ } } + + .text_flex{ + display: flex; + align-items: center; + } + .productList .list .item .text .money { display: flex; align-items: center; @@ -1521,11 +1531,12 @@ margin-left: 20px; .avater { - width: 60px; + width: 80px; height: 80px; + flex-shrink: 0; image { - width: 60px; + width: 80px; height: 80px; } } @@ -1541,10 +1552,13 @@ width: 20px; height: 20px; margin-right: 10px; + flex-shrink: 0; } .text_one_r { + flex: 1; margin-left: 10px; + } } @@ -1553,14 +1567,17 @@ height: 30px; line-height: 30px; padding-left: 10px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + .text_tip{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } image { width: 20px; height: 20px; margin-right: 10px; + flex-shrink: 0; } } @@ -1569,9 +1586,11 @@ height: 30px; line-height: 30px; padding-left: 10px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + .text_tip{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } image { width: 20px; diff --git a/pages/order_addcart/order_addcart.vue b/pages/order_addcart/order_addcart.vue index a71e449..9b63810 100644 --- a/pages/order_addcart/order_addcart.vue +++ b/pages/order_addcart/order_addcart.vue @@ -579,7 +579,7 @@ }) if (selectValue.length > 0) { uni.navigateTo({ - url: '/pages/users/order_confirm/index?cartId=' + selectValue.join(',') + url: '/pages/users/order_confirm/index?cartId=' + selectValue.join(',') + '&product_type=' + this.product_type }); } else { return this.$util.Tips({ diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index aad800e..9b62720 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -1029,7 +1029,8 @@ address_id: address_id, takes: that.take, use_coupon: that.subCoupon, - use_integral: that.use_integral + use_integral: that.use_integral, + product_type: that.product_type }).then(res => { // 默认选中 that.product_type=res.data.order_type