Browse Source

海报

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

2
src/view/poster.vue

@ -86,7 +86,7 @@
if ( res.data.imageUrl ){ if ( res.data.imageUrl ){
this.imgSrc = '' this.imgSrc = ''
this.imgSrc = res.response + "?" + Date.now();
this.imgSrc = res.data.imageUrl + "?" + Date.now();
} else { } else {
if ( res.data.hasOAuth == 0 ){ if ( res.data.hasOAuth == 0 ){
location.href = res.data.oauthUrl location.href = res.data.oauthUrl

Loading…
Cancel
Save