this._ad = wx.createCustomAd({ adUnitId: this._data.adUnitId, left: (this._style && this._style.left != null) ? this._style.left : this._data.style.left, top: (this._style && this._style.top != null) ? this._style.top : this._data.style.top, fixed: (this._style && this._style.fixed != null) ? this._style.fixed : true });
CustomAD 报5047错误代码: this._ad = wx.createCustomAd({ adUnitId: this._data.adUnitId, left: (this._style && this._style.left != null) ? this._style.left : this._data.style.left, top: (this._style && this._style.top != null) ? this._style.top : this._data.style.top, fixed: (this._style && this._style.fixed != null) ? this._style.fixed : true }); [图片] 4个广告但是最后一个没有显示: [图片]
2020-08-28我也出现了同样的问题 , 目前在IDE / IOS手机上是没有问题的 , 但是在Android手机上就会报 : wxClient : setTimeout args illegal.请问有解决的吗 ??? IDE版本 : 1.02.1811150
关于setTimeout的第三个参数setTimeout的参数,超过2个 文档中注明后续可以添加更多参数,之前在JS中使用也是没问题的, 在开发者工具中,也正常,但在真机中,便会出现setTime args illge错误。 希望有经验的老师,能指点一二。谢谢!
2018-11-23坐等结果啊 .....
微信小游戏如何判断手机是不是刘海屏iphone比较好判断,直接取wx.getSystemInfoSync()里的手机型号model ,判断有没有iPhone X就可以。 安卓手机怎么判断,新推出了那么多安卓刘海屏手机,也是需要用上面的model一个个判断吗
2018-09-19个人小游戏可以接流量主吗 ????
我的累积访问用户数已经超过1000无法开通流量主如题。目前我的用户数据如下图 [图片] 小程序流量主规则下下: 累计独立访客(UV)不低于1000 有严重违规记录的小程序不予申请 求帮忙解答一下,是不是我看的数据有问题。
2018-07-10shareTicket 只能通过分享获得吗 , 在小游戏里面 ?
不得不说,微信小程序开发工具、文档体验真的差小程序文档搜索功能很差,开发工具各种bug,调试样式的时候输入不进去,官方API修改了也没错误提示。。。无力吐槽,希望官方重视下
2018-05-16