Files
im-uniapp/uni_modules/z-paging/changelog.md
2025-07-04 16:18:58 +08:00

4 lines
414 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 2.5.32023-02-13
1.`新增` `reload``refresh``complete``completeByTotal``completeByNoMore``completeByKey``setLocalPaging`等方法的返回值添加请求结果promise可以通过方法名().then()获取本次操作请求结束后的【总列表】和【是否有更多数据】。
2.`修复``v2.5.0`引出的在vue2 + 钉钉小程序中,`slot="top"`插入无效的问题。