wenliming 3 lat temu
rodzic
commit
7ab3851cde
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      src/view/popup.vue

+ 3 - 2
src/view/popup.vue

@@ -412,8 +412,9 @@ const withdrawBack = () => {
 };
 
 const loginSuccess = () => {
-    isLogin.value = true;
-    onShowHome();
+    login()
+    // isLogin.value = true;
+    // onShowHome();
 };
 
 const showTransactions = () => {