代码:
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个广告但是最后一个没有显示:
提供一下appid和广告单元id
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 });