收藏
回答

小游戏网络图片真机预览多重影分身

框架类型 问题类型 终端类型 操作系统 微信版本 基础库版本
小游戏 Bug 客户端 Android 6.6.7 2.1.1



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

})



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

2 个回答

  • 龙
    2018-08-07

    也遇到这个问题,有解决的么?   貌似每次清空canvas可以解决一部分,但是会有其他问题

    2018-08-07
    有用
    回复
  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-06-28

    麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题

    2018-06-28
    有用
    回复 9
    • 2018-06-29

      wechatide://minicode/2NGoOwm27vNz

      2018-06-29
      回复
    • 疯狂的小辣椒
      疯狂的小辣椒
      2018-06-29回复

      你提供的代码片段和你反馈的问题不一致啊,没有显示图片啊

      2018-06-29
      回复
    • 2018-06-29

      点登录按钮

      2018-06-29
      回复
    • 疯狂的小辣椒
      疯狂的小辣椒
      2018-06-29回复


      2018-06-29
      回复
    • 2018-07-02回复疯狂的小辣椒

      好吧,估计我手机的问题,Android的,OPPO r9 plus

      2018-07-02
      回复
    查看更多(4)
登录 后发表内容