|
this.brand = await ad.getProvider();
if(this.brand === 'vivo') {
let interstitialAd = await ad.createInterstitialAd({
adUnitId: '*********'
})
await interstitialAd.show();
}
直接调用interstitialAd.show(),显示不出广告; 只有先通过唤起键关闭手机,在通过唤起键打开手机,插屏广告才显示 ;这是什么情况,是我的调用有问题吗?
|
|