瀏覽代碼

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

DESKTOP-O04BTUJ\muzen 2 年之前
父節點
當前提交
49a2bafbfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
     }
   }
 }