收藏
回答

视频广告不显示关闭按钮

框架类型 问题类型 操作系统 工具版本
小游戏 Bug Windows 1.02.1907300、1.02.1909111


视频广告不显示关闭按钮,换了版本还是没有

最后一次编辑于  2019-09-25
回答关注问题邀请回答
收藏

1 个回答

  • 小游戏运营专员 - 宏
    小游戏运营专员 - 宏
    2019-09-25

    您好,能否提供个代码片段,这边复现一下。(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2019-09-25
    有用
    回复 1
    • Chris丶
      Chris丶
      2019-09-25

                      this.videoAd = this.wx.createRewardedVideoAd({

                          adUnitId: this.videoAdId,

                      });

                      this.videoAd.onError(() => {

                          this.videoAd = null;

                      })

                      this.videoAd.load().then(() => {

                          this.videoAd.show();

                      })

                      this.videoAd.onClose(res => {

                          audioManager.getInstance().playMusic("bg");

                          if (res && res.isEnded || res === undefined) {

                              complete && complete();

                          }

                          else {

                              cancel && cancel();

                          }

                      })


      2019-09-25
      回复
登录 后发表内容
问题标签