Explorar el Código

[edit][global_userInfo]

zhangwei hace 3 años
padre
commit
8d8bcaee89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/iframe/treasure-hunt/cover.vue

+ 1 - 1
src/view/iframe/treasure-hunt/cover.vue

@@ -283,7 +283,7 @@ const toLast = (num, bit) => {
 }
 
 async function clickBtn() {
-    let global_userInfo = await state.checkIsLogin()
+    global_userInfo = await state.checkIsLogin()
     if (!global_userInfo) {
         return
     }