소스 검색

[edit][global_userInfo]

zhangwei 3 년 전
부모
커밋
8d8bcaee89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     }