game.js
import './js/libs/weapp-adapter'
console.log(canvas.width, canvas.height)
var context = canvas.getContext('2d')
var image = wx.createImage()
image.onload = function () {
context.drawImage(image, 100, 100)
}
let button = wx.createUserInfoButton({
type: 'text',
text: '登录',
withCredentials:false,
style: {
left: 80,
top: 500,
width: 200,
height: 40,
lineHeight: 40,
backgroundColor: '#ff00aa',
color: '#ffffff',
textAlign: 'center',
fontSize: 16,
borderRadius: 4
}
})
button.onTap((res) => {
console.log(res)
var imageUrl = res.userInfo.avatarUrl
image.src = imageUrl
})
也遇到这个问题,有解决的么? 貌似每次清空canvas可以解决一部分,但是会有其他问题
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
wechatide://minicode/2NGoOwm27vNz
你提供的代码片段和你反馈的问题不一致啊,没有显示图片啊
点登录按钮
好吧,估计我手机的问题,Android的,OPPO r9 plus