We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用滑动打包 h5 可以但是打包 Android 无法使用 <scroll-view :scroll-top="scrollTop" direction="vertical" class="scroll-Y" scroll-with-animation="true" @scrolltoupper="upper" @scrolltolower="lower" @scroll="scroll" @scrollend="end" :show-scrollbar="showScrollbar" id="verticalScrollView"> <view class="banner-view"> <swiper class="home-banner" :autoplay="true" :interval="3000" :current="currentIndex"> <swiper-item item-id="A"> <view class="swiper-item banner1"> <!-- Banner A内容--> </view> </swiper-item> <swiper-item item-id="B"> <view class="swiper-item banner2"> <text class="swiper-item-text">B</text> </view> </swiper-item> <swiper-item item-id="C"> <view class="swiper-item banner3"> <text class="swiper-item-text">C</text> </view> </swiper-item> </swiper> </view> <view class="app-list"> <!-- 更多内容 --> 123 </view> </scroll-view>
<scroll-view :scroll-top="scrollTop" direction="vertical" class="scroll-Y" scroll-with-animation="true" @scrolltoupper="upper" @scrolltolower="lower" @scroll="scroll" @scrollend="end" :show-scrollbar="showScrollbar" id="verticalScrollView"> <view class="banner-view"> <swiper class="home-banner" :autoplay="true" :interval="3000" :current="currentIndex"> <swiper-item item-id="A"> <view class="swiper-item banner1"> <!-- Banner A内容--> </view> </swiper-item> <swiper-item item-id="B"> <view class="swiper-item banner2"> <text class="swiper-item-text">B</text> </view> </swiper-item> <swiper-item item-id="C"> <view class="swiper-item banner3"> <text class="swiper-item-text">C</text> </view> </swiper-item> </swiper> </view> <view class="app-list"> <!-- 更多内容 --> 123 </view> </scroll-view>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用滑动打包 h5 可以但是打包 Android 无法使用
<scroll-view :scroll-top="scrollTop" direction="vertical" class="scroll-Y" scroll-with-animation="true" @scrolltoupper="upper" @scrolltolower="lower" @scroll="scroll" @scrollend="end" :show-scrollbar="showScrollbar" id="verticalScrollView"> <view class="banner-view"> <swiper class="home-banner" :autoplay="true" :interval="3000" :current="currentIndex"> <swiper-item item-id="A"> <view class="swiper-item banner1"> <!-- Banner A内容--> </view> </swiper-item> <swiper-item item-id="B"> <view class="swiper-item banner2"> <text class="swiper-item-text">B</text> </view> </swiper-item> <swiper-item item-id="C"> <view class="swiper-item banner3"> <text class="swiper-item-text">C</text> </view> </swiper-item> </swiper> </view> <view class="app-list"> <!-- 更多内容 --> 123 </view> </scroll-view>
The text was updated successfully, but these errors were encountered: