From f031a139d0e09545dd8fd72636873235938a6acb Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Sat, 7 Aug 2021 14:14:30 +0800 Subject: [PATCH] no message --- pages/process/outside-price/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/process/outside-price/index.js b/pages/process/outside-price/index.js index 5dc93c8..7fc50ed 100644 --- a/pages/process/outside-price/index.js +++ b/pages/process/outside-price/index.js @@ -212,9 +212,9 @@ Scene({ data.productCategorySettleInfoDtoList = productCategorySettleInfoDtoList var that = this - wx.requestSubscribeMessage({ - tmplIds: ['DJaSy0a5TNp9v_ICQ0ZY5-hkZ91dEXZuKq_hQVBTnOA', '4IWtlcg1HhLN7AFepB3VeZF-4D0b9gbjwWBruKMhAJM'], - complete(res) { + // wx.requestSubscribeMessage({ + // tmplIds: ['DJaSy0a5TNp9v_ICQ0ZY5-hkZ91dEXZuKq_hQVBTnOA', '4IWtlcg1HhLN7AFepB3VeZF-4D0b9gbjwWBruKMhAJM'], + // complete(res) { wx.showLoading({ title: '处理中', mask: true }) priceSideOrder(data).then(result => { wx.hideLoading() @@ -230,8 +230,8 @@ Scene({ wx.hideLoading() util.showToast(err) }) - } - }) + // } + // }) }, printOrderInfo: function(){ wx.showLoading({ title: '正在处理', mask: true })