From 37b41b0e20142d4912b53327071dd564ea8a24a7 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Fri, 14 Aug 2020 19:41:00 +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=EF=BC=8C=E6=8F=90=E7=A4=BA=E8=B5=84=E6=BA=90=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index a03cce1..f25a51e 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -399,7 +399,7 @@ export default { zy.search(this.site.key, wd).then(res => { const type = Object.prototype.toString.call(res) if (type === '[object Undefined]') { - this.$message.info('无搜索结果') + this.$message.info(this.site.name + ' 无搜索结果') } if (type === '[object Array]') { res.forEach(element => { @@ -438,7 +438,7 @@ export default { zy.search(site.key, wd).then(res => { const type = Object.prototype.toString.call(res) if (type === '[object Undefined]') { - this.$message.info('无搜索结果') + this.$message.info(site.name + ' 无搜索结果') } if (type === '[object Array]') { res.forEach(element => {