|
@@ -45,9 +45,9 @@ Page({
|
|
|
for (let i = 0; i < users.length; i++) {
|
|
|
const v = users[i];
|
|
|
ctx.drawImage(img, 0, 0, width, height);
|
|
|
- ctx.fillStyle = "#91725D";
|
|
|
+ ctx.fillStyle = "#000000";
|
|
|
ctx.font = (width / 20) + 'px 微软雅黑';
|
|
|
- ctx.fillText(v.name, width * 0.33, height * 0.4);
|
|
|
+ ctx.fillText(v.name, width * 0.18, height * 0.4);
|
|
|
wx.canvasToTempFilePath({
|
|
|
x: 0,
|
|
|
y: 0,
|