// 创建 原生模板 广告实例,提前初始化
let CustomAd = wx.createCustomAd({
adUnitId: 'xx',
style: {
left: 0,
top: 0,
width: 350
}
})
// 在适合的场景显示 原生模板 广告
CustomAd.show()
// 监听 原生模板 广告错误事件
CustomAd.onError(err => {
console.error(err.errMsg)
});
在开发者工具中报警,求官方用法,怎么消除这个报警
[Event] 31 listeners of event LifeCycle:Show have been added, possibly causing memory leak.
