From 573193bb8ba686b06b5132cd233f953cc06d310d Mon Sep 17 00:00:00 2001
From: 落日与鲸 <10806022+gong-jinbao@user.noreply.gitee.com>
Date: 星期五, 28 二月 2025 18:41:19 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide

---
 H5/uni_modules/uview-ui/components/u-slider/nvue.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/H5/uni_modules/uview-ui/components/u-slider/nvue.js b/H5/uni_modules/uview-ui/components/u-slider/nvue.js
index 344dce8..ba69b03 100644
--- a/H5/uni_modules/uview-ui/components/u-slider/nvue.js
+++ b/H5/uni_modules/uview-ui/components/u-slider/nvue.js
@@ -105,7 +105,7 @@
             //                  width: `${this.startX + this.deltaX}px`
             // 	}
             // })
-            // // console.log(this.startX + this.deltaX);
+            // // 
             // animation.transition(button, {
             // 	styles: {
             //         transform: `translateX(${this.startX + this.deltaX}px)`
@@ -141,7 +141,7 @@
             this.barStyle = {
                 width: `${width}px`
             }
-            // console.log('width', width);
+            // 
             if (drag) {
                 this.$emit('drag', {
                     value

--
Gitblit v1.7.1