|
@@ -63,7 +63,6 @@ Page({
|
|
|
tagId: tagId
|
|
tagId: tagId
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
- this.rewardVideoLoad();
|
|
|
|
|
this.interstitalLoad();
|
|
this.interstitalLoad();
|
|
|
this.loadVideoDetail(videoId);
|
|
this.loadVideoDetail(videoId);
|
|
|
app.globalData.isEnterVideoDetail = true;
|
|
app.globalData.isEnterVideoDetail = true;
|
|
@@ -408,6 +407,7 @@ Page({
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|
|
|
|
|
+ this.rewardVideoLoad()
|
|
|
wx.showModal({
|
|
wx.showModal({
|
|
|
title: '提示',
|
|
title: '提示',
|
|
|
content: '当前视频需要看完完整广告后才能解锁',
|
|
content: '当前视频需要看完完整广告后才能解锁',
|