Explorar el Código

[change] login

wenliming hace 3 años
padre
commit
7ab3851cde
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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 = () => {