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