优化收货码及界面

This commit is contained in:
jia 2023-08-10 16:16:19 +08:00
parent 483684f729
commit 29c0fa7add
2 changed files with 15 additions and 14 deletions

View File

@ -909,23 +909,12 @@
},
//
confirmOrder: function(item) {
console.log(item)
uni.showModal({
title: '取件码',
content: '5555555',
success: function(res) {
if (res.confirm) {
// console.log('');
} else if (res.cancel) {
// console.log('');
}
}
})
return
this.receivingshow = true
},
queding() {
let that = this;
orderTake(that.order_id).then(res => {
this.receivingshow = false
@ -933,7 +922,17 @@
title: '成功收货',
icon: 'success'
}, function() {
uni.showModal({
title: '取件码',
content: item.logistics_code,
success: function(res) {
if (res.confirm) {
// console.log('');
} else if (res.cancel) {
// console.log('');
}
}
})
that.getOrderInfo();
});
}).catch(err => {

View File

@ -207,6 +207,7 @@
.content_top-two {
.price {
margin-top: 21rpx;
font-size: 46rpx;
font-family: PingFang SC;
font-weight: 500;
@ -219,6 +220,7 @@
font-weight: 400;
color: #333333;
margin-top: 21rpx;
margin-bottom:21rpx;
}
.top-two_img {