From 8d052d2904053ae165ee046ada770a7e8935fc59 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Tue, 1 Sep 2020 21:57:28 +0200 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=97=B6,=E4=B8=8D=E9=9C=80=E8=A6=81=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index 7bc6711..36d1ee3 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -399,9 +399,6 @@ export default { sites.forEach(site => zy.search(site.key, wd).then(res => { const type = Object.prototype.toString.call(res) - if (type === '[object Undefined]') { - this.$message.info(site.name + ' 无搜索结果') - } if (type === '[object Array]') { res.forEach(element => { element.site = site