@@ -88,8 +88,14 @@ const handleToLink = (item) => {
}
// 登录
-const handleLogin = () => {
- showAuthModal()
+const handleTap = () => {
+ if (!useUserStore.isLogin) {
+ showAuthModal()
+ return
+ }
+ uni.navigateTo({
+ url: '/pagesA/info/index'
+ })
// 退出登录