const canvas = await this.getNodeInfo('#poster-canvas'); // 获取canvas节点
const node = canvas.node;
const ctx = node.getContext('2d');
// 绘制用户名
ctx.beginPath();
ctx.textAlign = 'center';
ctx.textBaseline = 'bottom';
ctx.font = `${this.calculatePx(24)}px sans-serif`;
ctx.fillStyle = '#8a9199';
ctx.fillText('qqwrv', cx, this.calculatePx(100)); // 除了中文其他绘制不了
ctx.closePath();
型号:HUAWEI NXT-AL10
EMUI版本:5.0.1
安卓版本:7.0
已解决:
微信升级到8.0