From 82ed35c69394561eb24d37cee7edde1ab5ee8980 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期二, 18 三月 2025 13:58:54 +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