DESKTOP-O04BTUJ\muzen %!s(int64=2) %!d(string=hai) anos
pai
achega
c6c16896b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
     },