htc 2 hafta önce
ebeveyn
işleme
2d41fa21fa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      pages/my.vue

+ 1 - 1
pages/my.vue

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