From ae1b411fcb54f794646b32b29c47cb380163f95e Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 17 二月 2025 14:32:05 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp

---
 patches/@nutui__nutui-taro@4.3.13.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/patches/@nutui__nutui-taro@4.3.13.patch b/patches/@nutui__nutui-taro@4.3.13.patch
index 04c7fa9..eba5d18 100644
--- a/patches/@nutui__nutui-taro@4.3.13.patch
+++ b/patches/@nutui__nutui-taro@4.3.13.patch
@@ -35,6 +35,18 @@
        };
      });
      const styles = computed(() => {
+diff --git a/dist/packages/range/Range.js b/dist/packages/range/Range.js
+index 688b67464e4d05dc37996941d941033cea83ee2c..626db4d9889059aa08e1fd675e2333539efc766e 100644
+--- a/dist/packages/range/Range.js
++++ b/dist/packages/range/Range.js
+@@ -288,6 +288,7 @@ const _sfc_main = create({
+       if (disabled.value) {
+         return;
+       }
++      init();
+       touch.start(event);
+       currentValue = props.modelValue;
+       if (isRange(currentValue)) {
 diff --git a/dist/packages/toast/Toast.js b/dist/packages/toast/Toast.js
 index d9084afa94d8bc892f64cfca10eb098d2be4bcb0..ca2309339c0d8b2fca248081783c88c9fb57d2a2 100644
 --- a/dist/packages/toast/Toast.js

--
Gitblit v1.9.1