ht-components-taro-v3 1.1.0 → 1.1.1
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.
- package/README.md +1 -1
- package/dist/.DS_Store +0 -0
- package/dist/cjs/index.js +1 -2578
- package/dist/esm/index.js +1 -2569
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ h5使用esm,小程序使用cjs
|
|
|
10
10
|
| api | string | 请求接口 - h5环境下使用 | 是 | - |
|
|
11
11
|
| method | string | 请求方法,默认GET | 是 | 'GET' |
|
|
12
12
|
| resListKey | string | 返回数据列表的key | 是 | - |
|
|
13
|
-
| renderItemFn | function | 列表项渲染函数,函数参数为item
|
|
13
|
+
| renderItemFn | function | 列表项渲染函数,函数参数为item, index, list | 是 | - |
|
|
14
14
|
| className | string | 组件内层View的自定义类名 | - | - |
|
|
15
15
|
| scrollClassName | string | 最外层scrollView的自定义类名 | - | - |
|
|
16
16
|
| isShowNoMoreDataTips | boolean | 是否显示没有更多数据的提示,默认显示 | - | true |
|
package/dist/.DS_Store
ADDED
|
Binary file
|