pyt
2025-03-17 5f55564fe91bc7aab00a9f773c04196b95b48517
H5/components/customPopup.vue
@@ -61,12 +61,14 @@
         },
         closeFun() {
            this.$emit('close')
            this.show = false
         },
         comfirmFun() {
            if (this.isCountDown && this.num != 0) {
               return
            }
            this.$emit('comfirm')
            this.show = false
         },
         showPopup() {
            this.show = true