更新优化

This commit is contained in:
weipengfei 2023-11-08 12:00:24 +08:00
parent f63e22e9ba
commit f43ef06ff0
3 changed files with 38 additions and 18 deletions

View File

@ -158,26 +158,30 @@
<image :src="item.mer_avatar" mode=""></image>
</view>
<view class="text">
<view class="text_one">
<view class="">
<view class="text_one text_flex">
<view class="text_flex">
<image src="@/static/images/phone.png" mode=""></image>
{{item.service_phone}}
</view>
<view class="text_one_r">
<view class="text_one_r text_flex">
<image src="@/static/images/clock.png" mode=""></image>
{{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
</view>
</view>
<view class="text_two">
<view class="text_two text_flex">
<image src="@/static/images/shangpu.png" mode=""></image>
<view class="text_tip">
{{item.mer_info}}
</view>
<view class="text_three">
</view>
<view class="text_three text_flex">
<image src="@/static/images/dingwei.png" mode=""></image>
<view class="text_tip">
{{item.mer_address}}
</view>
</view>
</view>
</view>
</view>
@ -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;
.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;
.text_tip{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
image {
width: 20px;

View File

@ -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({

View File

@ -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