|
@@ -30,11 +30,11 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getInfo(){
|
|
|
- this.$api.getApplylist().then(res => {
|
|
|
- if(res.data.code === 200){
|
|
|
- this.yyNum = res.data.rows.length
|
|
|
+ this.$api.getinfoAttached().then(res => {
|
|
|
+ if (res.data.code === 200) {
|
|
|
+ this.yyNum = res.data.data.subscribeSum;
|
|
|
}
|
|
|
- })
|
|
|
+ });
|
|
|
},
|
|
|
goAppointment(){
|
|
|
this.$navTo.togo('/pages2/exam/exam_appointment');
|