Git Product home page Git Product logo

Comments (6)

Ghost-chu avatar Ghost-chu commented on May 29, 2024

说实话,我搞不太定它😂。项目需要一位前端老哥帮帮忙,我这都是对着搜索引擎写的,它能工作已经是奇迹了。

from peerbanhelper.

rihalvnium76 avatar rihalvnium76 commented on May 29, 2024

而且分页也没做边界检测,点下一页可以跳转到完全没数据的一页

from peerbanhelper.

Ghost-chu avatar Ghost-chu commented on May 29, 2024

而且分页也没做边界检测,点下一页可以跳转到完全没数据的一页

问题不大,这个WebUI最起码能用👍
这个很早就注意到了,但是考虑到后面 WebUI 需要重构,也就没动这一块儿了。

from peerbanhelper.

rihalvnium76 avatar rihalvnium76 commented on May 29, 2024
// banlogs.html
let page = urlSearchParams.get("pageIndex");
if (page === undefined || page === null) {
    page = "0"; // 此处应该为 "1"
}

from peerbanhelper.

rihalvnium76 avatar rihalvnium76 commented on May 29, 2024

previousPage()nextPage() 应该加上边界判断

不过感觉你似乎没做分页功能。没有设置分页大小,也没有返回总条数。似乎所有数据全返回了

from peerbanhelper.

Gaojianli avatar Gaojianli commented on May 29, 2024

等我抽个时间来搞一下这个吧

from peerbanhelper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.