Commit b48f9363 authored by jyx's avatar jyx

代码优化

parent 55cdb48c
......@@ -179,6 +179,7 @@
handleClickClose() {
this.$refs.coinPop.close('bottom');
this.$emit('clickClose');
this.$emit('close');
},
handleClose() {
this.$refs.coinPop.close('bottom');
......
......@@ -535,9 +535,6 @@
this.ad.load();
},
coinPopupClose() {
this.showCoinPop = false
this.showAdPop = true
},
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