diff --git a/pages/component/list-view/list-view.uvue b/pages/component/list-view/list-view.uvue index e9b36dcea6531ee335d941d28e88865f53f3fd86..5b2a23959aca21c8a575d9f4c29505b72e01aa88 100644 --- a/pages/component/list-view/list-view.uvue +++ b/pages/component/list-view/list-view.uvue @@ -131,8 +131,8 @@ @touchcancel="list_view_touchcancel" @touchend="list_view_touchend" @tap="list_view_tap" @longpress="list_view_longpress" @refresherpulling="list_view_refresherpulling" @refresherrefresh="list_view_refresherrefresh" @refresherrestore="list_view_refresherrestore" - @refresherabort="list_view_refresherabort" @scrolltoupper="list_view_scrolltoupper" ref="listview" - @scrolltolower="list_view_scrolltolower" @scroll="list_view_scroll" style="width:100%;"> + @refresherabort="list_view_refresherabort" @scrolltoupper="list_view_scrolltoupper" ref="listview" + @scrolltolower="list_view_scrolltolower" @scroll="list_view_scroll" style="width:100%;" id="listview"> + @scrolltolower="scrolltolower" @scroll="scroll" @scrollend="scrollend" ref="scrollViewX" id="scrollViewX"> {{item.label}} @@ -17,7 +17,7 @@ :enable-back-to-top="enableBackToTop" :scroll-with-animation="scrollWithAnimation" :show-scrollbar="showScrollbar" :rebound="rebound" @scrolltoupper="scrolltoupper" @touchmove="onTouchMove" - @scrolltolower="scrolltolower" @scroll="scroll" @scrollend="scrollend" ref="scrollViewY"> + @scrolltolower="scrolltolower" @scroll="scroll" @scrollend="scrollend" ref="scrollViewY" id="scrollViewY"> {{item.label}}