From e9749370ac9956cd7a5dd76b3da3d14817757379 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Sat, 09 May 2026 17:32:30 +0800
Subject: [PATCH] feat:星享购 领取虚拟权益跳转第三方权益

---
 uni_modules/uv-button/components/uv-button/uv-button.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/uni_modules/uv-button/components/uv-button/uv-button.vue b/uni_modules/uv-button/components/uv-button/uv-button.vue
index e5a2c11..3a2470a 100644
--- a/uni_modules/uv-button/components/uv-button/uv-button.vue
+++ b/uni_modules/uv-button/components/uv-button/uv-button.vue
@@ -229,7 +229,7 @@
 			loadingColor() {
 				if (this.plain) {
 					// 如果有设置color值,则用color值,否则使用type主题颜色
-					return this.color ? this.color : '#EE2626';
+					return this.color ? this.color : '#3c9cff';
 				}
 				if (this.type === "info") {
 					return "#c9c9c9";

--
Gitblit v1.9.3