This commit is contained in:
aihe 2024-08-10 09:10:19 +08:00
parent 282fd33cb3
commit d4808cef8d

View File

@ -35,7 +35,7 @@ const goto = (url, type = 1)=> {
const goBack = (opt = {})=> {
uni.navigateBack({
fail: ()=>{
goto(opt._finalUrl || `tabBar/sending/sending`, 1)
goto(opt._finalUrl || `tabBar/sending/sending`, 2)
},
...opt,
})