Commit b48f9363 authored by jyx's avatar jyx

代码优化

parent 55cdb48c
...@@ -179,6 +179,7 @@ ...@@ -179,6 +179,7 @@
handleClickClose() { handleClickClose() {
this.$refs.coinPop.close('bottom'); this.$refs.coinPop.close('bottom');
this.$emit('clickClose'); this.$emit('clickClose');
this.$emit('close');
}, },
handleClose() { handleClose() {
this.$refs.coinPop.close('bottom'); this.$refs.coinPop.close('bottom');
......
...@@ -535,9 +535,6 @@ ...@@ -535,9 +535,6 @@
this.ad.load(); this.ad.load();
}, },
coinPopupClose() { coinPopupClose() {
this.showCoinPop = false
this.showAdPop = true this.showAdPop = true
}, },
adPopupClose() { adPopupClose() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment