Browse Source

[edit][global_userInfo]

zhangwei 3 năm trước cách đây
mục cha
commit
8d8bcaee89
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }