|
|
|
@ -85,6 +85,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
if ( res.data.imageUrl ){ |
|
|
|
this.imgSrc = '' |
|
|
|
this.imgSrc = res.data.imageUrl |
|
|
|
} else { |
|
|
|
if ( res.data.hasOAuth == 0 ){ |
|
|
|
@ -138,6 +139,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
if ( res.data.imageUrl ){ |
|
|
|
this.imgSrc = '' |
|
|
|
this.imgSrc = res.data.imageUrl |
|
|
|
} else { |
|
|
|
if ( res.data.hasOAuth == 0 ){ |
|
|
|
|