提交 9861037f authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 de3d4c8d
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
this.loading = true this.loading = true
return api.getMyQuestion(param).then(response => { return api.getMyQuestion(param).then(response => {
this.list = response.list this.list = response.list
this.total = response.collection_total || response.error_total this.total = response.current_total
this.loading = false this.loading = false
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论