Commit ed66e637 by 陈玉桐

fix

parent 419a9f1b
...@@ -311,11 +311,11 @@ export default { ...@@ -311,11 +311,11 @@ export default {
allowTaint: false allowTaint: false
}).then(canvas => { }).then(canvas => {
me.posterUrl = canvas.toDataURL('image/png') me.posterUrl = canvas.toDataURL('image/png')
me.loadingShow = false me.loadingShow = false
me.showPoster = true me.showPoster = true
me.createDialogShow = true me.createDialogShow = true
}) })
},300) },100)
}else{ }else{
this.applyDialogShow = true this.applyDialogShow = true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment