收藏
回答

微信PC版本无法打开游戏圈

const pageManager = wx.createPageManager();

pageManager.load({
  openlink: 'xxxxxxx-xxxxxx', // 由不同渠道获得的OPENLINK值
}).then((res) => {
  // 加载成功,res 可能携带不同活动、功能返回的特殊回包信息(具体请参阅渠道说明)
  console.log(res);

  // 加载成功后按需显示
  pageManager.show();

}).catch((err) => {
  // 加载失败,请查阅 err 给出的错误信息
  console.error(err);
})
上述代码运行结果:手机上可以打开游戏圈,pc上不可以。请问是什么原因

错误码信息


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

1 个回答

  • 智能回答 智能回答 本次回答由AI生成
    10-17
    有用
登录 后发表内容