This commit is contained in:
Gdpao
2020-09-02 14:05:08 +08:00
parent 3ecaac3190
commit 7d066ca67d
4 changed files with 173 additions and 12 deletions

View File

@@ -121,6 +121,10 @@ const install = (Vue, vm) => {
bindcarer({order_id,takeawayer_id}){
return vm.$u.post("/order/orderRider",{order_id,takeawayer_id})
},
// 自提
bindmention({shipping_express_id,deliver_explain,order_id,sendimg}) {
return vm.$u.post("/order/send",{shipping_express_id,deliver_explain,order_id,sendimg})
},
// 发货物流公司
pushcompany(){
return vm.$u.post("/order/getExpress")