liuyuanhang 4 лет назад
Родитель
Сommit
2f51066cda
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/information/information.vue

+ 1 - 1
pages/information/information.vue

xqd
@@ -84,7 +84,7 @@
 				...mapMutations(['logout']),
 				getInfo: async function(){
 					let res = await this.$request.get('doctor/doctorInfoEdit')
-					console.log(res)
+					console.log(res);
 					this.imgList.push(res.data.avatar);
 					this.placeholder1=res.data.sign;
 					this.placeholder2=res.data.intro;