浏览代码

抽奖页面

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() {