获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
问题依然存在 drawProgressBg() { let ctx = uni.createCanvasContext(this.elBgId, this); ctx.setLineWidth(this.borderWidthPx); // 设置圆环宽度 ctx.setStrokeStyle(this.inactiveColor); // 线条颜色 ctx.beginPath(); // 开始描绘路径 // 设置一个原点(110,110),半径为100的圆的路径到当前路径 let radius = this.widthPx / 2; ctx.arc(radius, radius, radius - this.borderWidthPx, 0, 2 * Math.PI, false); ctx.stroke(); // 对路径进行描绘 ctx.draw(); }, uni.createCanvasContext(this.elBgId, this)把this去了就不报错了,但是绘制不了了
更新之后出现perty or method "toJSON" is not defined 报错?[图片] 使用uView的u-circle-progress组件,uni.createCanvasContext(this.elBgId, this)导致报这个错误
2020-12-24哇心态爆炸,2天白写
开发工具乱码了求助[图片] 乱码了
2018-08-09