From 8eb6cb869fb69888abc8f99d3b1fad4fbddcdace Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 17 Apr 2026 14:50:39 +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