From 7654d718d458420c7e2d714d2cb40a7a4ffdcc68 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 17 Apr 2026 14:42:31 +0800
Subject: [PATCH] feat: 小猪优选IOS提交

---
 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