ec0aeda6 by simon

默认提交

1 parent 3c8f179e
......@@ -68,16 +68,13 @@ Page({
_this.onReplayHandler();
}).catch((err) => {});;
this.initData();
if (app.globalData.adConfigure && app.globalData.adConfigure.ad_config_03 == 1) {
this.addRewardedVideo();
}
});
wx.aldstat.sendEvent('进入页面', {
'页面名字': '视频详情页'
});
// 检查是否添加激励广告
this.checkPlayTimes().then((result) => {
if (wx.createRewardedVideoAd) {
rewardedVideoAd = wx.createRewardedVideoAd({
......