time none8.3

This commit is contained in:
2020-08-03 20:59:24 +08:00
parent f63594706f
commit 0a52842e35
10 changed files with 116 additions and 95 deletions

View File

@@ -82,7 +82,17 @@ export default {
})
},
applyRefund() {
let params = {
order_id: this.order.order_id,
// goods_id: goods_id,
// refund_amount: refund_amount,
}
this.$u.api.refundOrder(params).then(res => {
this.$u.toast(res.message);
if(res.errCode == 0) {
}
})
},
confirmReceive() {
this.$u.api.confirmReceive({