From 5b37f36231c54f9d65b4b6260e9daa50f09d323f Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期三, 19 三月 2025 09:56:53 +0800 Subject: [PATCH] 修改提示 --- 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