We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 上传图片分页器不能正确展示
To Reproduce
解决 请求 /upload/files/count 接口后设置 total 错误导致。 改为如下
/upload/files/count
axios.get('/upload/files/count').then(res => { // this.total = res.data.count 改之前 this.total = res.data })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
上传图片分页器不能正确展示
To Reproduce
Screenshots
解决
请求
/upload/files/count
接口后设置 total 错误导致。 改为如下The text was updated successfully, but these errors were encountered: