优化收货码及界面
This commit is contained in:
parent
483684f729
commit
29c0fa7add
@ -909,23 +909,12 @@
|
|||||||
},
|
},
|
||||||
//收货弹窗
|
//收货弹窗
|
||||||
confirmOrder: function(item) {
|
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
|
this.receivingshow = true
|
||||||
|
|
||||||
},
|
},
|
||||||
queding() {
|
queding() {
|
||||||
|
|
||||||
let that = this;
|
let that = this;
|
||||||
orderTake(that.order_id).then(res => {
|
orderTake(that.order_id).then(res => {
|
||||||
this.receivingshow = false
|
this.receivingshow = false
|
||||||
@ -933,7 +922,17 @@
|
|||||||
title: '成功收货',
|
title: '成功收货',
|
||||||
icon: 'success'
|
icon: 'success'
|
||||||
}, function() {
|
}, function() {
|
||||||
|
uni.showModal({
|
||||||
|
title: '取件码',
|
||||||
|
content: item.logistics_code,
|
||||||
|
success: function(res) {
|
||||||
|
if (res.confirm) {
|
||||||
|
// console.log('用户点击确定');
|
||||||
|
} else if (res.cancel) {
|
||||||
|
// console.log('用户点击取消');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
that.getOrderInfo();
|
that.getOrderInfo();
|
||||||
});
|
});
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user