修复首页转跳企业认证方式错误

This commit is contained in:
唐明明
2021-10-21 11:05:26 +08:00
parent 660ed885d3
commit 6c2c7c6b94
30 changed files with 32 additions and 17 deletions

View File

@@ -145,7 +145,7 @@ const loginHint = () => {
showCancel:false,
success: res=> {
loginHintState = false
if (res.confirm) uni.navigateTo({
if (res.confirm) uni.switchTab({
url:'/pages/index/index'
})
}