扫描小程序码分享
wx.createBannerAd
创建广告banner的时候,调试基础库2.3.0以上版本会一直出现错误EISDIR: illegal operation on a directory
2.3.0版本没有出现错误
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
问题解决了吗
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),我们定位下问题
问题解决了吗
let newBannerAd = wx.createBannerAd({
adUnitId: 'adunit-2d08267225eedd2a',
style: {
left: 0,
top: 0,
top: systemInfo.screenHeight - 120,
width: 300
}
})
照着你们官方文档写的