开收据调整

This commit is contained in:
2024-09-10 16:11:10 +08:00
parent 37c8d6560f
commit 86ca43d214
6 changed files with 13 additions and 10 deletions

View File

@@ -61,7 +61,6 @@ Page({
alertInfo("文件不能大于1M")
return;
}
// console.log('res', res)
loadingFunc(async () => {
await this.upload(res)
})
@@ -93,7 +92,9 @@ Page({
confirmButtonText: "联系客服",
cancelButtonText: "关闭"
}).then(() => {
wx.switchTab({
url: '/pages/home/index',
})
}).catch(() => {
wx.redirectTo({
url: '/pages/rechargeRecord/index',