SuperKieran / weapp-artand

微信小程序 Artand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

微信小程序 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


Languages

Language:JavaScript 100.0%