这2天开始,线上版本激励视频加载失败
发布于 7 年前 作者 nakang 13692 次浏览 来自 问答

this.currPlay = wx.createRewardedVideoAd({

adUnitId: adUnitId

});

this.currPlay.load()

.then(function () {

console.log(“广告加载成功”)

})

.catch(function (err) {

console.log(“广告加载失败”);

});

回到顶部