wx.createBannerAd
创建广告banner的时候,调试基础库2.3.0以上版本会一直出现错误EISDIR: illegal operation on a directory
2.3.0版本没有出现错误
微信小程序开发问题解答
微信小程序开发者回答:
let newBannerAd = wx.createBannerAd({
adUnitId: 'adunit-2d08267225eedd2a',
style: {
left: 0,
top: 0,
top: systemInfo.screenHeight - 120,
width: 300
}
})
照着你们官方文档写的
微信小程序开发者回答:
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
本文网址:http://www.91bianli.com/weixinxiaochengxu/35467.html