From 2cfe454c309a65f02e89063d8306ff71f86b7f5c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 17 七月 2025 15:41:37 +0800
Subject: [PATCH] 前端

---
 small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.wxml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.wxml b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.wxml
new file mode 100644
index 0000000..8f4be2f
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-switch/u-switch.wxml
@@ -0,0 +1 @@
+<view data-event-opts="{{[['tap',[['clickHandler',['$event']]]]]}}" class="{{['u-switch','data-v-4a8c9de7',disabled&&'u-switch--disabled']}}" style="{{$root.s0}}" bindtap="__e"><view class="u-switch__bg data-v-4a8c9de7" style="{{$root.s1}}"></view><view data-ref="u-switch__node" class="{{['u-switch__node','data-v-4a8c9de7','vue-ref',value&&'u-switch__node--on']}}" style="{{$root.s2}}"><u-loading-icon vue-id="54485f66-1" show="{{loading}}" mode="circle" timingFunction="linear" color="{{value?activeColor:'#AAABAD'}}" size="{{size*0.6}}" class="data-v-4a8c9de7" bind:__l="__l"></u-loading-icon></view></view>
\ No newline at end of file

--
Gitblit v1.9.3