Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
后台数据量巨大, 无法返回总页码, 增加无总页码的逻辑处理和界面展示.
无页码时, 通过用户产传入的loadmore字段判断是否还有下一页, 并改变下一页箭头>的样式,
同时在请求下一页的点击事件中, 通过loadmore判断是否继续请求.
点击上一页增加限制, 当处于第一页时, 不发送请求.
修改了语言文件, 针对无总页码情况.
增加用户自定义类名, 从而配置自己的样式.
增加pageNumber和pageSize的自定义字段(pageIndex, size等).