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}})