Merge branch 'feature-xxx' into dev

This commit is contained in:
2025-06-16 16:17:23 +08:00
50 changed files with 882 additions and 456 deletions

View File

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