提交 5ecd9178 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 b7692483
...@@ -105,7 +105,7 @@ export default { ...@@ -105,7 +105,7 @@ export default {
api api
.getMyQuestions(params) .getMyQuestions(params)
.then(response => { .then(response => {
const { list, total } = this.requestCallback ? this.requestCallback(response) : response const { list, current_total: total } = this.requestCallback ? this.requestCallback(response) : response
this.total = total this.total = total
this.list = list.map(item => { this.list = list.map(item => {
item.checked = false item.checked = false
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论