@@ -51,7 +51,7 @@
{
icon: '/static/icon/xiazai.png',
name: '物料下载',
- path: ''
+ path: '/pages/material-download/material-download'
},
icon: '/static/icon/wendang.png',
@@ -93,7 +93,7 @@
await Promise.all([
ctx.drawImage(bgImg, 0, 0, w, h),
]);
- // 用户二维码
+ // 绘制用户二维码
await ctx.drawQrCode(qrParams);
});