git通过本文主要向大家介绍了art程序,art算法程序,android瀑布流demo,微信小程序支付demo,微信小程序demo下载等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
</div>
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

