收藏
回答

wx.createGameClubButton在手机上存在不兼容

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小游戏 Bug wx.createGameClubButton 客户端 iOS 6.6.6 2.0.2

微信版本:6.6.6 手机机型:iphone5 亲测在其他机型上可以显示按钮,在iphone上不显示。

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

1 个回答

  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-05-14

    麻烦提供一下出现问题的机型和微信版本,并且给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题

    2018-05-14
    有用
    回复 1
    • 北冥有池塘
      北冥有池塘
      2018-05-14
      var button = wx.createUserInfoButton({ type: 'text', text: '进入游戏', style: { left: window.innerWidth / 2 - 70, top: window.innerHeight / 2 + 50, width: 140, height: 40, lineHeight: 40, backgroundColor: '#ff0000', color: '#ffffff', textAlign: 'center', fontSize: 16, borderRadius: 8 } }) button.onTap((res) => { if (res.userInfo) { console.log("获取信息") }) 以上是代码片段,微信版本是6.6.6 机型是iphone5
      2018-05-14
      回复
登录 后发表内容