修复分类在ios下橡皮筋回弹问题
This commit is contained in:
parent
fad6a1212d
commit
e2da64a9f0
|
@ -6,6 +6,8 @@
|
|||
class="component-tab-view menu-scroll-view"
|
||||
:scroll-top="scrollTop"
|
||||
:scroll-into-view="itemId"
|
||||
:enhanced="true"
|
||||
:bounces="false"
|
||||
>
|
||||
<view
|
||||
class="component-tab-item"
|
||||
|
@ -25,6 +27,8 @@
|
|||
scroll-with-animation
|
||||
class="right-box"
|
||||
@scroll="rightScroll"
|
||||
:enhanced="true"
|
||||
:bounces="false"
|
||||
>
|
||||
<view class="page-view" :class="[cateType]">
|
||||
<view
|
||||
|
|
Loading…
Reference in New Issue