fix(分页): 修复分页逻辑问题并优化导航配置
修复过滤分页时错误剔除空页的问题,确保分页总数与分页符定义一致 优化分页导航配置,仅从分页符字段读取文案和状态 将循环中的key从index改为item.key以提高稳定性
Showing
2 changed files
with
29 additions
and
15 deletions
-
Please register or login to post a comment
修复过滤分页时错误剔除空页的问题,确保分页总数与分页符定义一致 优化分页导航配置,仅从分页符字段读取文案和状态 将循环中的key从index改为item.key以提高稳定性