From 16e79c58d99d31067b8cc0795884561e2b61a67c Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 30 Aug 2023 13:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/dist/index_zs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/dist/index_zs.html b/server/dist/index_zs.html index 83d8f3a..3c24a28 100644 --- a/server/dist/index_zs.html +++ b/server/dist/index_zs.html @@ -245,10 +245,13 @@ user-scalable: 用户是否能缩放页面 --> that.dataList = []; this.type = index; that.showImg = false; + that.imgSrc = ''; }, searchClick(type){ let that = this; that.dataList = []; + that.showImg = false; + that.imgSrc = ''; if(that.type==0){ if(that.form.number!==''){ axios.get('https://testsearch.ctc.ac.cn/api/edu/certificate/',{params:{证书编号:that.form.number}})