收藏
回答

wx.createUserInfoButton

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小游戏 Bug wx.createUserInfoButton 客户端 7.0.0 2.5.1

- 在开发工具上有显示按钮,在真机上显示不出来。真机在调试模式下,有很小几率显示不出来

显示按钮上面 代码 有  WAGameSubContext.js:1 [GameOpenDataContext] Cannot assign to read only canvas. 的黄色警告

var userbutton = wx.createUserInfoButton({

type: 'image',

image:imagepath,

style: {

left :sleft,

bottom:sbotom,

width: realwide,

height: realheight,

},

withCredentials:true   //当 withCredentials 为 true 时,要求此前有调用过 wx.login 且登录态尚未过期,此时返回的数据会包含 encryptedData, iv 等敏感信息;当 withCredentials

});


console.log("userbutton.onTap ready[1]!!");  ///调试模式下,这里有日志输出

userbutton.onTap((res) => {

console.log("createUserInfoButton res=",res);

if(res.userInfo){

console.log("用户授权:", res);

}

})


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

3 个回答

  • day after day
    day after day
    2019-01-30

    没用图片了,用文字了,就是有些机子有问题,所以只能这样了

    2019-01-30
    有用
    回复
  • yebinx
    yebinx
    2019-01-30

    同问  问题解决了么?

    2019-01-30
    有用
    回复
  • 莫名
    莫名
    2019-01-29

    同样的问题!!

    在部分安卓机上能100%复现。我现在用的一台测试机是华为荣耀9


    题主,你的问题解决了没 我的微信liu_yezi

    2019-01-29
    有用
    回复
登录 后发表内容