Commit 39c449b1 by 高淑倩

订单详情_删除_订单列表

parent 518cf574
......@@ -74,11 +74,17 @@ wxService.page({
title: `删除成功!`,
icon: 'none'
})
setTimeout(() => {
wxService.router('/pages/order/order')
},200)
} else {
wx.showToast({
title: `删除失败!`,
icon: 'none'
})
setTimeout(() => {
wxService.router('/pages/order/order')
},200)
}
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment