Commit a5243fdf authored by jyx's avatar jyx

代码优化

parent e0e5af4d
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<view style="display: flex;flex-direction: column;align-items: center;"> <view style="display: flex;flex-direction: column;align-items: center;">
<view style="font-size: 29rpx;color: gray;margin-top: 16rpx;"> <view style="font-size: 29rpx;color: gray;margin-top: 16rpx;">
客服时间工作日 9:00-18:00</view> 客服时间工作日 9:00-18:00</view>
<button class="button2" open-type="im" data-im-id="du_movie">在线客服</button> <button class="button2" open-type="im" data-im-id="kaixinhaha7785">在线客服</button>
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
......
...@@ -539,11 +539,11 @@ ...@@ -539,11 +539,11 @@
this.ad.load(); this.ad.load();
}, },
coinPopupClose() { coinPopupClose() {
// if (this.showAdForServer) { if (this.showAdForServer) {
this.showAdPop = true this.showAdPop = true
// } else { } else {
// this.showCoinPop = false this.showCoinPop = false
// } }
}, },
adPopupClose() { adPopupClose() {
this.showAdPop = false this.showAdPop = false
......
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