Commit 232a3150 authored by zhangjianguo's avatar zhangjianguo

取消确认收货的订阅通知

parent 3728a664
......@@ -405,9 +405,9 @@ export default {
},
submitReviceGoodHandler() { //确认收货
let that = this
uni.requestSubscribeMessage({
tmplIds: that.g[0].template_message_list,
complete(res) {
// uni.requestSubscribeMessage({
// tmplIds: that.g[0].template_message_list,
// complete(res) {
that.request2(
{
url: '/api/AppletOrder/SetAppletOrderGoodsReceiving',
......@@ -422,8 +422,8 @@ export default {
that.change(4);
}
);
},
});
// },
// });
},
change(index) {
this.current = index;
......
......@@ -412,9 +412,9 @@ export default {
},
submitReviceGoodHandler() {
let that = this
uni.requestSubscribeMessage({
tmplIds: that.orders.template_message_list,
complete(res) {
// uni.requestSubscribeMessage({
// tmplIds: that.orders.template_message_list,
// complete(res) {
that.request2(
{
url: '/api/AppletOrder/SetAppletOrderGoodsReceiving',
......@@ -429,8 +429,8 @@ export default {
that.init()
}
);
},
});
// },
// });
},
cancel() {
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