From 554f8096e1f384f14b9424f5142d63f90c72a3eb Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期一, 19 五月 2025 22:57:46 +0800
Subject: [PATCH] H5接口对接
---
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