Procházet zdrojové kódy

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

DESKTOP-O04BTUJ\muzen před 2 roky
rodič
revize
49a2bafbfb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()
     }
   }
 }