@@ -416,6 +416,10 @@ export default {
.then((res) => {
this.loading = false;
if (res.status === 1) {
+ if (res.goods_list.length === 0 && res.cur_page === 0) {
+ this.BookList = [];
+ return;
+ }
if (
this.typeValue === -1 ||
(this.typeValue === 10 &&