优化收货码及界面

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,10 +909,22 @@
}, },
// //
confirmOrder: function(item) { confirmOrder: function(item) {
console.log(item)
this.receivingshow = true
},
queding() {
let that = this;
orderTake(that.order_id).then(res => {
this.receivingshow = false
return that.$util.Tips({
title: '成功收货',
icon: 'success'
}, function() {
uni.showModal({ uni.showModal({
title: '取件码', title: '取件码',
content: '5555555', content: item.logistics_code,
success: function(res) { success: function(res) {
if (res.confirm) { if (res.confirm) {
// console.log(''); // console.log('');
@ -921,19 +933,6 @@
} }
} }
}) })
return
this.receivingshow = true
},
queding() {
let that = this;
orderTake(that.order_id).then(res => {
this.receivingshow = false
return that.$util.Tips({
title: '成功收货',
icon: 'success'
}, function() {
that.getOrderInfo(); that.getOrderInfo();
}); });
}).catch(err => { }).catch(err => {

View File

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