@@ -40,9 +40,11 @@ export default {
pars:JSON.stringify(this.shareData.data)
})
if(res.code==200){
- this.show=false
this.posterImg=res.data
+ this.show=false
this.showPoster=true
+ }else{
}