This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
building-materials-shop-uniapp-241014
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix(QuickOrderEntry): 调整阻尼值以防止过度滚动
将阻尼值从200调整为极大值999999999,以防止组件在交互时出现过度滚动现象
master
前端-胡立永
1 month ago
parent
bb8b4a49d8
commit
3c3efe4781
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
components/QuickOrderEntry.vue
+ 1
- 2
components/QuickOrderEntry.vue
View File
@ -6,8 +6,7 @@
:
y
=
"y"
direction
=
"all"
@
click
=
"handleClick"
:
animation
=
"false"
:
damping
=
"200"
:
damping
=
"999999999"
@
change
=
"handleChange"
@
longpress
=
"handleLongPress"
>
<
view
class
=
"quick-order-container"
>
Write
Preview
Loading…
Cancel
Save