canvas绘制本地图片 在开发者工具可以显示出来 真机无法显示?
this.gradeList.forEach((item, index) => { if (this.changeIndex >= item.index) { ctx.drawImage(okpng, 32, 260 + (index + 1) * 30, 18, 16); ctx.setFontSize(15); ctx.setFillStyle("#80442B"); ctx.textAlign = "left"; ctx.fillText(item.title, 61, 275 + (index + 1) * 30); } }); [图片][图片]