|
@@ -1061,7 +1061,7 @@ export default {
|
|
|
// 提示
|
|
|
ctx.setFontSize(12)
|
|
|
ctx.setFillStyle('#FE781F')
|
|
|
- ctx.fillText('打开微信扫描识别查看商品', 78, 500)
|
|
|
+ ctx.fillText('打开微信扫描识别查看商品', 78, 520)
|
|
|
|
|
|
// 图片
|
|
|
if (img.indexOf('https://zf-mall-test.oss-cn-shenzhen.aliyuncs.com') >= 0) {
|
|
@@ -1084,7 +1084,7 @@ export default {
|
|
|
const codeRes = await toBase64src(codeUrl)
|
|
|
|
|
|
ctx.drawImage(imgRes, 20, 20, 260, 260)
|
|
|
- ctx.drawImage(codeRes, 110, 404, 80, 80)
|
|
|
+ ctx.drawImage(codeRes, 90, 404, 100, 100)
|
|
|
|
|
|
ctx.draw()
|
|
|
setTimeout(() => {
|