From ee4a5609ee39c3fedfab130e50d25f04e1f325dc Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 3 Jul 2025 17:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/bind/myMain.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/bind/myMain.vue b/root/bind/myMain.vue index 8514ed4..bc6d84b 100644 --- a/root/bind/myMain.vue +++ b/root/bind/myMain.vue @@ -328,7 +328,7 @@ export default { return new Promise((resolve) => { var mycenter = 0; //文字左右居中显示 var myheight = 0; //文字高度 - var baseColor = this.agencyInfo.themeColor; //背景色 + var baseColor = this.agencyInfo.themeColor || '#52cd8d'; //背景色 const query = uni.createSelectorQuery().in(this); query .select("#canvasId")