diff --git a/pages/process/check-list/index.js b/pages/process/check-list/index.js index 9cc7c44..eaecc3d 100644 --- a/pages/process/check-list/index.js +++ b/pages/process/check-list/index.js @@ -109,7 +109,7 @@ Scene({ wx.showLoading({ title: '正在获取', mask: true }) cancelOrder(e.currentTarget.dataset.id).then(result => { wx.hideLoading() - util.showToast('订单已经删除') + util.showToast('订单已经消该') this.onRefreshList() }).catch(err => { wx.hideLoading() diff --git a/pages/process/order-info/index.js b/pages/process/order-info/index.js index f585b32..f6f778f 100644 --- a/pages/process/order-info/index.js +++ b/pages/process/order-info/index.js @@ -111,7 +111,7 @@ Scene({ wx.showLoading({ title: '正在获取', mask: true }) cancelOrder(this.data.form.id).then(result => { wx.hideLoading() - util.showBackToast('订单已经删除') + util.showBackToast('订单已经消该') event.emit('OrderMessage', { what: 12, desc: 'cancelOrder' }) }).catch(err => { wx.hideLoading() diff --git a/pages/process/order-list/index.js b/pages/process/order-list/index.js index c7381d3..1ebfc8c 100644 --- a/pages/process/order-list/index.js +++ b/pages/process/order-list/index.js @@ -135,7 +135,7 @@ Scene({ wx.showLoading({ title: '正在获取', mask: true }) cancelOrder(e.currentTarget.dataset.id).then(result => { wx.hideLoading() - util.showToast('订单已经删除') + util.showToast('订单已经消该') this.onRefreshList() }).catch(err => { wx.hideLoading() diff --git a/pages/process/order-price/index.js b/pages/process/order-price/index.js index 26ede27..61c4124 100644 --- a/pages/process/order-price/index.js +++ b/pages/process/order-price/index.js @@ -138,7 +138,7 @@ Scene({ wx.showLoading({ title: '处理中', mask: true }) cancelOrder(this.data.form.id).then(result => { wx.hideLoading() - util.showBackToast('订单已经删除') + util.showBackToast('订单已经消该') event.emit('OrderMessage', { what: 12, desc: 'cancelOrder' }) }).catch(err => { wx.hideLoading() diff --git a/pages/process/outside-add/index.js b/pages/process/outside-add/index.js index c7c8be1..2fa67a6 100644 --- a/pages/process/outside-add/index.js +++ b/pages/process/outside-add/index.js @@ -153,7 +153,7 @@ Scene({ wx.showLoading({ title: '处理中', mask: true }) cancelOrder(this.data.form.scrapPaperReceiptId).then(result => { wx.hideLoading() - util.showBackToast('订单已经删除') + util.showBackToast('订单已经消该') event.emit('OrderMessage', { what: 12, desc: 'cancelOrder' }) }).catch(err => { wx.hideLoading() diff --git a/pages/process/outside-list/index.js b/pages/process/outside-list/index.js index 449cee3..a4ce1d7 100644 --- a/pages/process/outside-list/index.js +++ b/pages/process/outside-list/index.js @@ -130,7 +130,7 @@ Scene({ wx.showLoading({ title: '正在获取', mask: true }) cancelOrder(e.currentTarget.dataset.id).then(result => { wx.hideLoading() - util.showToast('订单已经删除') + util.showToast('订单已经消该') this.onRefreshList() }).catch(err => { wx.hideLoading() diff --git a/pages/process/payment-list/index.js b/pages/process/payment-list/index.js index 55ecdaa..1248302 100644 --- a/pages/process/payment-list/index.js +++ b/pages/process/payment-list/index.js @@ -90,7 +90,7 @@ Scene({ wx.showLoading({ title: '正在获取', mask: true }) cancelOrder(e.currentTarget.dataset.id).then(result => { wx.hideLoading() - util.showToast('订单已经删除') + util.showToast('订单已经消该') this.onRefreshList() }).catch(err => { wx.hideLoading() diff --git a/pages/storage/order-list/index.js b/pages/storage/order-list/index.js index 32b1671..bbd878e 100644 --- a/pages/storage/order-list/index.js +++ b/pages/storage/order-list/index.js @@ -129,7 +129,7 @@ Scene({ wx.showLoading({ title: '正在获取', mask: true }) cancelOrder(e.currentTarget.dataset.id).then(result => { wx.hideLoading() - util.showToast('订单已经删除') + util.showToast('订单已经消该') this.onRefreshList() }).catch(err => { wx.hideLoading() diff --git a/pages/storage/pound-list/index.js b/pages/storage/pound-list/index.js index 647f7aa..ab4281c 100644 --- a/pages/storage/pound-list/index.js +++ b/pages/storage/pound-list/index.js @@ -94,7 +94,7 @@ Scene({ wx.showLoading({ title: '正在获取', mask: true }) deletePound({id: e.currentTarget.dataset.id}).then(result => { wx.hideLoading() - util.showToast('订单已经删除') + util.showToast('订单已经消该') this.onRefreshList() }).catch(err => { wx.hideLoading()