|
@@ -190,7 +190,7 @@ Page({
|
|
|
},
|
|
|
this
|
|
|
);
|
|
|
- }, 500);
|
|
|
+ }, 300);
|
|
|
},
|
|
|
});
|
|
|
},
|
|
@@ -222,11 +222,12 @@ Page({
|
|
|
console.log(data, 'data')
|
|
|
if(data.code == 200) {
|
|
|
wx.showToast({ title: '取消退款成功', icon: 'none' })
|
|
|
- setTimeout(() => {
|
|
|
- wx.navigateBack({
|
|
|
- delta: 1
|
|
|
- })
|
|
|
- }, 1000);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.getDetail()
|
|
|
} else {
|
|
|
wx.showToast({ title: data.message, icon: 'none' })
|
|
|
}
|
|
@@ -244,9 +245,13 @@ Page({
|
|
|
})
|
|
|
},
|
|
|
onRefoundComfirm() {
|
|
|
- wx.navigateBack({
|
|
|
- delta: 1
|
|
|
+ this.setData({
|
|
|
+ refoundStatus: false
|
|
|
})
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.getDetail()
|
|
|
},
|
|
|
onCopy(e: { currentTarget: any }) {
|
|
|
wx.setClipboardData({
|