问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 微信小程序 Bug fillRect 客户端 6.7.3 2.3.0
onReady: function ()
{
var canvas=wx.createCanvasContext('chart');
canvas.fillStyle = 'rgb(255,0,0)';
canvas.fillRect(0,0,50,50);
canvas.fillStyle = 'rgb(255,255,0)';
canvas.fillRect(20,20,-20,-20); //在华为 MATE9 真机没有画出来
canvas.draw();
},
微信小程序开发问题解答
微信小程序开发者回答:
wechatide://minicode/HXo5Dhmz7s3W 机型:华为 MATE9微信版本:6.7.3
微信小程序开发者回答:
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
本文网址:http://www.91bianli.com/kaifazhinan/75815.html