Explorar el Código

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

DESKTOP-O04BTUJ\muzen hace 2 años
padre
commit
49a2bafbfb
Se han modificado 1 ficheros con 1 adiciones y 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()
     }
   }
 }