Features
顶部 Tab 切换
下拉刷新
上拉加载更多
登录注册
PS
下拉刷新需要在全局的 app.json 里配置
"window":{
"enablePullDownRefresh": true
}
有两个用于下拉刷新的事件
// 下拉刷新触发事件
Page({
onPullDownRefresh () {
}
})
// 停止下拉刷新
wx.stopPullDownRefresh()项目地址:https://github.com/SuperKieran/weapp-artand
下载地址:https://github.com/SuperKieran/weapp-artand/archive/master.zip
关键字词:

