From e9fc2bafb85e2e2f0a3ea995b0564e45e02cdc93 Mon Sep 17 00:00:00 2001 From: huyuanxiang <273637057@qq.com> Date: Thu, 15 Jun 2023 13:38:23 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E5=88=86=E4=BA=AB=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=8B=89=E4=BC=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/views/user/extension.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/views/user/extension.vue b/pages/views/user/extension.vue index 91bc48a..25a7c2f 100644 --- a/pages/views/user/extension.vue +++ b/pages/views/user/extension.vue @@ -104,9 +104,9 @@ // 0.76 var ctx = uni.createCanvasContext('mycanvas', this) ctx.fillStyle = '#FFFFFF' - ctx.fillRect(0, 0, this.windowWidth - 30, 560) + ctx.fillRect(0, 0, this.windowWidth - 30, 500) //绘制背景图片 - ctx.drawImage('/static/images/user/shop.png', 0, 0, this.windowWidth - 30, 560) + ctx.drawImage('/static/images/user/shop.png', 0, 0, this.windowWidth - 30, 500) ctx.save() // 绘制圆角二维码 // let avatar_width = 60; //头像宽度