Closed zw1040954319 closed 3 years ago
var self = this; _bannerAd = qg.createBannerAd({ posId: 'xxxxxx', style: { top: 300, left: 0, width: 900, height: 300 } })
_bannerAd.show() _bannerAd.onLoad(function () { console.log('banner 广告加载成功') }) _bannerAd.onError(function () { console.log('banner 广告加载失败') }) this.scheduleOnce(function () { self.showlog(); _bannerAd.show() }, 2);
加群解决549663152 或者加我个人QQ3004677539
var self = this; _bannerAd = qg.createBannerAd({ posId: 'xxxxxx', style: { top: 300, left: 0, width: 900, height: 300 } })