Home

Awesome

微信小程序 Artand Demo

ScreenShots

<img src="screenshot/1.jpeg" width="400px" /> <img src="screenshot/2.jpeg" width="400px" /> <img src="screenshot/3.jpeg" width="400px" /> <img src="screenshot/4.jpeg" width="400px" /> <img src="screenshot/5.jpeg" width="400px" /> <img src="screenshot/6.jpeg" width="400px" />

Features

PS

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

"window":{
    "enablePullDownRefresh": true
}

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

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

Links

Contributing

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

LICENSE

MIT

Donation