@kaiyinchem/ky-uniui 1.1.7 → 1.1.8

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.
@@ -197,10 +197,10 @@
197
197
  delete params.size
198
198
  }
199
199
 
200
- if (this.noLoadmore) {
201
- delete params.page
202
- delete params.size
203
- }
200
+ // if (this.noLoadmore) {
201
+ // delete params.page
202
+ // delete params.size
203
+ // }
204
204
 
205
205
  try {
206
206
  const apiUrl = this.api.split('.')
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "locale"
10
10
  ],
11
11
  "description": "an uniapp ui",
12
- "version": "1.1.7",
12
+ "version": "1.1.8",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git+https://github.com/yezipi/ky-uniui.git"