码迷,mamicode.com
首页 > 其他好文 > 详细

删除最后一页的最后一条数据,没回到前一页

时间:2020-07-17 19:50:04      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:ceil   数据   let   span   html   href   col   code   page   

// 更新当前页码
            let totalPage = Math.ceil((this.totalNum - 1)/this.pageSize);
            let currentPage = this.currentPage > totalPage ? totalPage : this.currentPage;
            this.currentPage = this.currentPage < 1 ? 1 : currentPage;
参考博客:https://www.cnblogs.com/duanzhenzhen/p/12565911.html

删除最后一页的最后一条数据,没回到前一页

标签:ceil   数据   let   span   html   href   col   code   page   

原文地址:https://www.cnblogs.com/share-record/p/13331983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!