Browse Source

海报

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
e3c213c975
1 changed files with 2 additions and 0 deletions
  1. 2
      src/view/poster.vue

2
src/view/poster.vue

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

Loading…
Cancel
Save