新闻列表
首先给大家展示一下新闻列表页面的效果图
新闻列表使用微信小程序视图容器组件scroll-view开发,根据新闻的类型不同给用户不同的展现方式,以下是对应列表页面wxml的代码.。
<scroll-view
style=“height:{ {scrollHeight}}px;”
scroll-y=“{ {true}}”
refresher-enabled=“{ {true}}”
bindrefresherrefresh=“onRefresh”
refresher-triggered=“{ {isRefresh}}”
bindscrolltolower=“onReachBottom”
scrollTop=“{ {scrollTop}}” >