Browse Source

no message

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

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

@ -101,7 +101,7 @@ Scene({
wx.showLoading({ title: '处理中', mask: true })
saveSideOrder(this.data.param).then(result => {
wx.hideLoading()
util.showToast('保存成功')
util.showBackToast('保存成功')
// event.emit('OrderMessage', { what: 12, desc: 'saveSideOrder' })
}).catch(err => {
wx.hideLoading()

Loading…
Cancel
Save