Commit 5071d05b by 陈玉桐

fix

parent c1f8ab1f
......@@ -285,7 +285,7 @@ export default {
this.tipDialogShow = true
return
}
document.documentElement.scrollTop = document.body.scrollTop == 0
document.documentElement.scrollTop = document.body.scrollTop = 0
html2canvas(document.getElementById('posterOut'), {
useCORS: true,
backgroundColor:null,
......
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