htc 1 неделя назад
Родитель
Сommit
2d41fa21fa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/my.vue

+ 1 - 1
pages/my.vue

@@ -109,7 +109,7 @@
 	const numInfo = ref(null)
 	const numInfo = ref(null)
 	
 	
 	const showLogin = () => {
 	const showLogin = () => {
-		if(userInfo.value) return
+		if(userInfo.value) return handleTurnPage('/pagesMy/information')
 		userStore.openLoginModal();
 		userStore.openLoginModal();
 	}
 	}