Browse Source

Merge branch 'feature-v2.0' into develop

feature/feature-compatible
huangww 7 years ago
parent
commit
ff80424593
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 ){
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 ){

Loading…
Cancel
Save