Skip to content

SuperKieran/weapp-artand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

微信小程序 Artand Demo

ScreenShots

Features

  • 顶部 Tab 切换
  • 下拉刷新
  • 上拉加载更多
  • 登录注册

PS

下拉刷新需要在全局的 app.json 里配置

"window":{
    "enablePullDownRefresh": true
}

有两个用于下拉刷新的事件

// 下拉刷新触发事件
Page({
  onPullDownRefresh () {
 
  }
})
 
// 停止下拉刷新
wx.stopPullDownRefresh()

Links

Contributing

欢迎任何形式的贡献,有任何建议或意见您可以进行 Pull Request,或者给我 提issues

LICENSE

MIT

Donation

  • 佚名 RMB 5 x 3
    (微信扫二维码付款看不见谁,希望捐赠者留个名,不希望留名的就用佚名了😀)

About

微信小程序 Artand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published