This commit is contained in:
2025-06-16 13:18:08 +08:00
parent fc957770ce
commit 8ea2d7a89e
2 changed files with 1 additions and 3 deletions

View File

@ -78,7 +78,6 @@ Page({
icon: 'success',
duration: 1000
});
wx.hideLoading()
setTimeout(() => {
wx.navigateBack();
}, 1000);
@ -87,7 +86,6 @@ Page({
title: res.data.message || '申请失败',
icon: 'none'
});
wx.hideLoading()
}
},
fail: () => {