Advertisement

开发移动支付小程序中的列表页功能模块

阅读量:

一、效果

1.具备粘性定位特性

2.列表内容支持滑动浏览

3.滑动过程中包含两种不同类型的单元格

4.界面底部设有固定的操作区域

5.支持自动加载更多内容

代码仓库:https://github.com/nuptboyzhb/zhihu-appx-demo

二、页面的布局和样式

  • 结构安排
复制代码
    <view class="schedule-container">
    <view class="suspend-title">
        <text onTap="onNextPage" class="btn">下一页</text>
        <text onTap="onScrollToTop" class="btn">回到顶部</text>
    </view>
    <scroll-view scroll-y="{{true}}" onScrollToLower="scrollMytrip" class="schedule-scroll" scroll-into-view="{{toViewId}}

全部评论 (0)

还没有任何评论哟~