Browse Source

no message

feature/v1.0
xpz2018 5 years ago
parent
commit
f53dbf3777
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/order-list/index.js

2
pages/process/order-list/index.js

@ -100,7 +100,7 @@ Page({
cancelOrder: function(e){
Dialog.confirm({ title: '温馨提示', message: '确定取消该订单?' }).then(() => {
wx.showLoading({ title: '正在获取', mask: true })
cancelOrder(this.data.form.id).then(result => {
cancelOrder(e.currentTarget.dataset.id).then(result => {
wx.hideLoading()
util.showToast('订单已经删除')
this.onRefreshList()

Loading…
Cancel
Save