From 1bbd7061dac79cacf5513234a04cac8ba0be5c6f Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 21 三月 2025 09:15:36 +0800 Subject: [PATCH] feat: 接口对接 --- 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