From 6c82def6dcf86489d1148832ecf7444e6cc43e3e Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Sat, 24 Jul 2021 14:43:01 +0800 Subject: [PATCH] no message --- pages/process/check-list/index.js | 2 +- pages/process/order-info/index.js | 2 +- pages/process/order-list/index.js | 2 +- pages/process/order-price/index.js | 2 +- pages/process/outside-add/index.js | 2 +- pages/process/outside-list/index.js | 2 +- pages/process/payment-list/index.js | 2 +- pages/storage/order-list/index.js | 2 +- pages/storage/pound-list/index.js | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/process/check-list/index.js b/pages/process/check-list/index.js index eaecc3d..60e2418 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 f6f778f..2185e15 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 1ebfc8c..76be0ae 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 61c4124..db17be2 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 2fa67a6..ad8d11c 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 a4ce1d7..9fda73c 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 1248302..4c73095 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 bbd878e..9ad6dc6 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 ab4281c..f77317a 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()