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