Browse Source

no message

feature/v2.2
xpz2018 4 years ago
parent
commit
f031a139d0
1 changed files with 5 additions and 5 deletions
  1. 10
      pages/process/outside-price/index.js

10
pages/process/outside-price/index.js

@ -212,9 +212,9 @@ Scene({
data.productCategorySettleInfoDtoList = productCategorySettleInfoDtoList data.productCategorySettleInfoDtoList = productCategorySettleInfoDtoList
var that = this 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 }) wx.showLoading({ title: '处理中', mask: true })
priceSideOrder(data).then(result => { priceSideOrder(data).then(result => {
wx.hideLoading() wx.hideLoading()
@ -230,8 +230,8 @@ Scene({
wx.hideLoading() wx.hideLoading()
util.showToast(err) util.showToast(err)
}) })
}
})
// }
// })
}, },
printOrderInfo: function(){ printOrderInfo: function(){
wx.showLoading({ title: '正在处理', mask: true }) wx.showLoading({ title: '正在处理', mask: true })

Loading…
Cancel
Save