Explorar o código

‘fix:考试预约数量提示BUG’

Tang %!s(int64=3) %!d(string=hai) anos
pai
achega
54ab7f4e8e
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      pages2/exam/index.vue

+ 4 - 4
pages2/exam/index.vue

@@ -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');