liuyuanhang 4 anni fa
parent
commit
2f51066cda
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;