From da22abd25d116079ab87e01ded6374d5913c5e23 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sat, 21 Nov 2020 18:35:56 +0100 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E8=B5=84=E6=BA=90=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index e0c19d3..0686a46 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -494,7 +494,7 @@ export default { const type = this.type.tid const page = this.pagecount this.statusText = ' ' - if (key && page < 1) { // OK资源前几类硬是去不掉 + if (key === undefined || page < 1 || type === undefined) { // OK资源前几类硬是去不掉 $state.complete() this.statusText = '暂无数据' return false