提交 2fbdead6 authored 作者: lihuihui's avatar lihuihui

修改收藏列表

上级 f47eb899
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
</li> </li>
</template> </template>
</ul> </ul>
<van-empty description="暂无内容" v-if="question.list.length == 0"/>
<div class="loading" v-if="isLogding"> <div class="loading" v-if="isLogding">
<div class="icon"> <div class="icon">
<van-loading color="#1989fa" /> <van-loading color="#1989fa" />
...@@ -176,7 +177,7 @@ export default { ...@@ -176,7 +177,7 @@ export default {
} }
this.batchDel.isDelBtn = false this.batchDel.isDelBtn = false
Toast('删除成功') Toast('删除成功')
this.initData(true) this.question.list.length ? this.initData(true) : this.initData()
} }
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论