From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试
---
node_modules/uview-plus/components/u-switch/switch.js | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/node_modules/uview-plus/components/u-switch/switch.js b/node_modules/uview-plus/components/u-switch/switch.js
index e6400b4..4326ad6 100644
--- a/node_modules/uview-plus/components/u-switch/switch.js
+++ b/node_modules/uview-plus/components/u-switch/switch.js
@@ -1,11 +1,11 @@
/*
* @Author : LQ
* @Description :
- * @version : 1.0
+ * @version : 3.0
* @Date : 2021-08-20 16:44:21
- * @LastAuthor : LQ
- * @lastTime : 2021-08-20 17:22:24
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/switch.js
+ * @LastAuthor : jry
+ * @lastTime : 2025-12-19 08:55:21
+ * @FilePath : /uview-plus/libs/config/props/switch.js
*/
export default {
// switch
@@ -15,6 +15,8 @@
size: 25,
activeColor: '#2979ff',
inactiveColor: '#ffffff',
+ dotActiveColor: '#ffffff',
+ dotInactiveColor: '#ffffff',
value: false,
activeValue: true,
inactiveValue: false,
--
Gitblit v1.9.3