返回tabbar

This commit is contained in:
shijingjing
2023-03-21 15:19:57 +08:00
parent 617eb16ba2
commit 801db611c6
2 changed files with 11 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ export const user = {
confirmText: '去认证',
success: (res)=> {
if (res.confirm) {
uni.reLaunch({ url: '/pages/AppMine/userInfo' })
uni.reLaunch({ url: `/pages/AppMine/userInfo?isFromTabbar=1&path='/pages/AppHome/AppHome'` })
} else if (res.cancel) {
// 停留
}