info.ad.show().then(() => {
AudioMgr.inst.systemEnableAudio(false);
LogUtils.log("video show:", id);
}).catch((err: any) => {
LogUtils.log("video show err:", id, err);
info.ad.load().then(() => info.ad.show());
});
进入小游戏,触发观看激励视频行为,此时胶囊按钮消失,打开调试发现报错
打开代码日志开关后可以知晓:激励视频广告是正常进入了 then 函数 内,并打印了 video show: videoId-xxx
下一行就出现了
appid: wx8b963fb217bf4dfa
麻烦提供一下具体微信号和触发时间