Browse Source

抽奖页面

DESKTOP-O04BTUJ\muzen 2 năm trước cách đây
mục cha
commit
c6c16896b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/lottery/index.vue

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

@@ -87,7 +87,6 @@ export default {
   },
   onLoad() {
     this.getList()
-    console.log(getApp());
   },
   methods: {
     // 获取页面信息
@@ -171,6 +170,7 @@ export default {
 
     // 再抽一次
     getAgain() {
+      this.getList()
       this.$refs.popup.close()
       this.startCallBack()
     },