소스 검색

抽奖页面

DESKTOP-O04BTUJ\muzen 3 년 전
부모
커밋
8f98f9059b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/lottery/index.vue

+ 2 - 2
src/pages/lottery/index.vue

@@ -79,10 +79,10 @@ export default {
     }
   },
   onLoad(e) {
-    this.userId = e.userId
+    this.getUserInfo()
+    // this.userId = e.userId
     this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
     this.getList()
-    this.getUserInfo()
   },
   methods: {
     close() {