From 9e64414d16f734926468e58362ef515ab29890bb Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 20 Apr 2026 17:03:36 +0800
Subject: [PATCH] feat: 星享购用户默认头像更换;更改头像功能隐藏;优化统一名称pig-token
---
uni_modules/uv-picker/components/uv-picker/uv-picker.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/uni_modules/uv-picker/components/uv-picker/uv-picker.vue b/uni_modules/uv-picker/components/uv-picker/uv-picker.vue
index 3f9e0a5..c5e7c8a 100644
--- a/uni_modules/uv-picker/components/uv-picker/uv-picker.vue
+++ b/uni_modules/uv-picker/components/uv-picker/uv-picker.vue
@@ -82,7 +82,7 @@
* @property {String} cancelText 取消按钮的文字(默认 '取消' )
* @property {String} confirmText 确认按钮的文字(默认 '确定' )
* @property {String} cancelColor 取消按钮的颜色(默认 '#909193' )
- * @property {String} confirmColor 确认按钮的颜色(默认 '#EE2626' )
+ * @property {String} confirmColor 确认按钮的颜色(默认 '#3c9cff' )
* @property {String} color 文字颜色(默认 '' )
* @property {String} activeColor 选中文字的颜色(默认 '' )
* @property {String | Number} visibleItemCount 每列中可见选项的数量(默认 5 )
--
Gitblit v1.9.3