jwyu 2 жил өмнө
parent
commit
88ed9c9b94

+ 3 - 1
components/sharePoster/sharePoster.vue

@@ -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{
+                this.show=false 
             }
         }
     }