mali-applet-ui 0.0.58 → 0.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,7 +96,11 @@ export default {
96
96
  }
97
97
  return Promise.resolve([])
98
98
  },
99
- async reload() {
99
+ reload () {
100
+ this.pageVO.currPage = 1
101
+ return this.load()
102
+ },
103
+ async load() {
100
104
  uni.showLoading({
101
105
  title: '加载中'
102
106
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "components",