Commit 232a3150 authored by zhangjianguo's avatar zhangjianguo

取消确认收货的订阅通知

parent 3728a664
...@@ -405,9 +405,9 @@ export default { ...@@ -405,9 +405,9 @@ export default {
}, },
submitReviceGoodHandler() { //确认收货 submitReviceGoodHandler() { //确认收货
let that = this let that = this
uni.requestSubscribeMessage({ // uni.requestSubscribeMessage({
tmplIds: that.g[0].template_message_list, // tmplIds: that.g[0].template_message_list,
complete(res) { // complete(res) {
that.request2( that.request2(
{ {
url: '/api/AppletOrder/SetAppletOrderGoodsReceiving', url: '/api/AppletOrder/SetAppletOrderGoodsReceiving',
...@@ -422,8 +422,8 @@ export default { ...@@ -422,8 +422,8 @@ export default {
that.change(4); that.change(4);
} }
); );
}, // },
}); // });
}, },
change(index) { change(index) {
this.current = index; this.current = index;
......
...@@ -412,9 +412,9 @@ export default { ...@@ -412,9 +412,9 @@ export default {
}, },
submitReviceGoodHandler() { submitReviceGoodHandler() {
let that = this let that = this
uni.requestSubscribeMessage({ // uni.requestSubscribeMessage({
tmplIds: that.orders.template_message_list, // tmplIds: that.orders.template_message_list,
complete(res) { // complete(res) {
that.request2( that.request2(
{ {
url: '/api/AppletOrder/SetAppletOrderGoodsReceiving', url: '/api/AppletOrder/SetAppletOrderGoodsReceiving',
...@@ -429,8 +429,8 @@ export default { ...@@ -429,8 +429,8 @@ export default {
that.init() that.init()
} }
); );
}, // },
}); // });
}, },
cancel() { cancel() {
this.showModal = true; this.showModal = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment