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