收藏
回答

CustomAD 报5047错误

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小游戏 Bug CustomAd 工具 7.0.18 2.12.0

代码:

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个广告但是最后一个没有显示:

回答关注问题邀请回答
收藏

2 个回答

  • (▼皿▼#)
    (▼皿▼#)
    2020-08-27

    提供一下appid和广告单元id

    2020-08-27
    有用
    回复 2
    • 卡伊
      卡伊
      2020-08-27
      appid: wx5726ba9a135687bb   ,     id: adunit-523e8e1795e4ec50`
      2020-08-27
      回复
    • (▼皿▼#)
      (▼皿▼#)
      2020-08-27回复卡伊
      提供下代码片段,这边没发现有配置异常
      2020-08-27
      回复
  • 卡伊
    卡伊
    2020-08-28
    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
    });
    
    2020-08-28
    有用
    回复 1
    • (▼皿▼#)
      (▼皿▼#)
      2020-08-31
      麻烦分享出一个代码片段
      2020-08-31
      回复
登录 后发表内容
问题标签