开收据调整
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user