This commit is contained in:
shijing 2023-08-30 13:39:38 +08:00
parent 1c376cf99e
commit 16e79c58d9
1 changed files with 3 additions and 0 deletions

View File

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