From 9a678219841f1d8cd0443395aa476dba6590d08f Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 12 Nov 2020 23:35:21 +0100 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index afa7b5a..57cdf13 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -450,7 +450,6 @@ export default { const key = this.site.key const type = this.type.tid const page = this.pagecount - console.log(key, type, page, 'infiniteHandler') // TODO: 初次进入会重复请求两次, 导致数据重复, 代码报错. this.statusText = ' ' if (key && page < 1) { // OK资源前几类硬是去不掉 $state.complete()