- 在开发工具上有显示按钮,在真机上显示不出来。真机在调试模式下,有很小几率显示不出来
显示按钮上面 代码 有 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);
}
})
没用图片了,用文字了,就是有些机子有问题,所以只能这样了
同问 问题解决了么?
同样的问题!!
在部分安卓机上能100%复现。我现在用的一台测试机是华为荣耀9
题主,你的问题解决了没 我的微信liu_yezi