diff --git a/common/http.api.js b/common/http.api.js
index fab5570..c6963bd 100644
--- a/common/http.api.js
+++ b/common/http.api.js
@@ -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")
diff --git a/pages.json b/pages.json
index 9986ce6..5aa458a 100644
--- a/pages.json
+++ b/pages.json
@@ -273,7 +273,13 @@
}
}
}
- ],
+ ,{
+ "path" : "pages/index/mention",
+ "style" : {
+ "navigationBarTitleText": "上传凭证"
+ }
+ }
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
diff --git a/pages/index/details.vue b/pages/index/details.vue
index bc435fc..0cbde5e 100644
--- a/pages/index/details.vue
+++ b/pages/index/details.vue
@@ -49,6 +49,10 @@
收货地址
{{ info.extend_order_common.reciver_info.address }}
+
+ 派送方式
+ {{ cur == 0 ? "快递" : cur == 1 ? "骑手" : "自提" }}
+
@@ -74,6 +78,7 @@
快递
骑手
+ 自提
{{cur == 0 ? '快递单号':'骑手信息'}}
@@ -122,7 +127,7 @@
title="请选择公司"
confirm-text="下一步"
>
-