This commit is contained in:
parent
1c376cf99e
commit
16e79c58d9
|
@ -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}})
|
||||
|
|
Loading…
Reference in New Issue