From fcceeb05d47be8137c2bb2cdbac9c74fa1fe9520 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 26 May 2026 11:20:15 +0800
Subject: [PATCH] feat:星享购 绑卡+权收

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

diff --git a/uni_modules/uv-toolbar/components/uv-toolbar/uv-toolbar.vue b/uni_modules/uv-toolbar/components/uv-toolbar/uv-toolbar.vue
index 39ba4cd..0b3fc9e 100644
--- a/uni_modules/uv-toolbar/components/uv-toolbar/uv-toolbar.vue
+++ b/uni_modules/uv-toolbar/components/uv-toolbar/uv-toolbar.vue
@@ -47,7 +47,7 @@
 	 * @property {String}	cancelText		取消按钮的文字(默认 '取消' )
 	 * @property {String}	confirmText		确认按钮的文字(默认 '确认' )
 	 * @property {String}	cancelColor		取消按钮的颜色(默认 '#909193' )
-	 * @property {String}	confirmColor	确认按钮的颜色(默认 '#EE2626' )
+	 * @property {String}	confirmColor	确认按钮的颜色(默认 '#3c9cff' )
 	 * @property {String}	title	标题文字
 	 * @event {Function} 
 	 * @example 
@@ -78,7 +78,7 @@
 	@import '@/uni_modules/uv-ui-tools/libs/css/components.scss';
 	$uv-tips-color: #909193 !default;
 	$uv-main-color: #303133 !default;
-	$uv-primary: #EE2626 !default;
+	$uv-primary: #3c9cff !default;
 	.uv-toolbar {
 		height: 42px;
 		@include flex;

--
Gitblit v1.9.3