From 80f335ae48880e2d336ebfb1f18909ba37550363 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期四, 27 二月 2025 15:16:54 +0800 Subject: [PATCH] 修改办理进度页不刷新bug --- 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