浏览代码

no message

linwenxin 2 周之前
父节点
当前提交
4ac13af745
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/packageGoods/pages/detail.vue

+ 2 - 2
src/packageGoods/pages/detail.vue

@@ -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(() => {