this.context = uni.createCanvasContext('firstCanvas')
this.context.drawImage('/static/images/sence/1001.png',0,0,375this.SCALE,140this.SCALE)
this.context.drawImage('/static/images/role/1003.png',50,50,40,60);
this.context.drawImage('/static/images/role/1002.png',150,50,40,60);
this_.context.draw()
- 发布:2021-01-12 23:14
- 更新:2021-01-12 23:14
- 阅读:1016
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 1
HBuilderX类型: 正式
HBuilderX版本号: 3.0.4
浏览器平台: Chrome
浏览器版本: 1
项目创建方式: HBuilderX
示例代码:
操作步骤:
绘制多张图片时,只会出现第一张
绘制多张图片时,只会出现第一张
预期结果:
绘制多张图片时,出现多张
绘制多张图片时,出现多张
实际结果:
绘制多张图片时,只会出现第一张
绘制多张图片时,只会出现第一张
bug描述:
绘制多张图片时,只会出现第一张
0 个回复