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) {
   onLoad(e) {
-    this.userId = e.userId
+    this.getUserInfo()
+    // this.userId = e.userId
     this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
     this.statusBarHeight = uni.getWindowInfo().statusBarHeight + 'px'
     this.getList()
     this.getList()
-    this.getUserInfo()
   },
   },
   methods: {
   methods: {
     close() {
     close() {