修复分类在ios下橡皮筋回弹问题

This commit is contained in:
TOP糯米 2023-02-12 01:36:13 +08:00
parent fad6a1212d
commit e2da64a9f0
1 changed files with 4 additions and 0 deletions

View File

@ -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