Explorar o código

抽奖页面 修复弹窗错误显示

DESKTOP-O04BTUJ\muzen %!s(int64=2) %!d(string=hai) anos
pai
achega
49a2bafbfb
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

@@ -166,7 +166,6 @@ export default {
       this.$nextTick(() => {
         this.$refs.popup.open()
         this.disabled = true
-        this.getList()
       })
     },
 
@@ -208,6 +207,7 @@ export default {
     // 关闭弹窗
     closePopup() {
       this.$refs.popup.close()
+      this.getList()
     }
   }
 }