Commit 2379ec53 authored by jyx's avatar jyx

代码优化

parent 6b6bf237
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
if (rewardMoreType == 1) { if (rewardMoreType == 1) {
// TODO 看广告 // TODO 看广告
let item = this.signList[this.signData.todayMsgIndexInWeek] let item = this.signList[this.signData.todayMsgIndexInWeek]
this.showAd(item) this.showAd(item, true)
} else if (ewardMoreType == 2) { } else if (ewardMoreType == 2) {
// 分享 // 分享
this.myShare(this.signList[this.signData.todayMsgIndexInWeek]) this.myShare(this.signList[this.signData.todayMsgIndexInWeek])
......
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