@@ -188,11 +188,9 @@ Page({
wx.showToast({
title: '申请退款已提交',
icon: 'none',
- duration: 1500,
+ duration: 2000,
success: function(){
- setTimeout(() => {
- that.goRefund(res);
- }, 1500);
+ that.goRefund(res);
}
});