This commit is contained in:
2020-08-17 12:11:38 +08:00
parent 5a2fc6e94c
commit fb297a74ce
4 changed files with 166 additions and 104 deletions

View File

@@ -359,6 +359,10 @@ export default {
isNewmembervoucher() {
return vm.$u.post('Coupon/isNewmembervoucher')
},
//待发货退款
addrefundall() {
return vm.$u.post('order/add_refund_all')
},
}
}