@@ -210,7 +210,16 @@ Page({
});
await that.cancel();
// await that.onLoad(that.options);
- await that.selectOrder(that.data.orderSn);
+ wx.showToast({
+ title: '申请退款已提交',
+ icon: 'none',
+ duration: 2000,
+ success: function(){
+ setTimeout(() => {
+ that.selectOrder(that.data.orderSn);
+ }, 2000);
+ }
+ });
// await wx.navigateTo({
// url: "../refund/refund?orderSn=" + that.data.orderSn
// })