Browse Source

no message

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

2
src/view/poster.vue

@ -237,7 +237,7 @@
if ( this.sourceType == 2 ){ //
this.getPoster2()
}else if (this.sourceType == 3){
this.imgSrc = "http://1hjz.3ncto.com.cn" + no + "?" + Date.now();
this.imgSrc = "http://1hjz.3ncto.com.cn" + this.no + "?" + Date.now();
} else { //
this.getPoster()
}

Loading…
Cancel
Save