优化收货码及界面
This commit is contained in:
parent
483684f729
commit
29c0fa7add
@ -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 => {
|
||||||
|
@ -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