|
|
|
|
76
|
SaveImg () {
|
76
|
SaveImg () {
|
77
|
if (window.js2native !== undefined) {
|
77
|
if (window.js2native !== undefined) {
|
78
|
this.ShowSaveImgBtn = false
|
78
|
this.ShowSaveImgBtn = false
|
79
|
- window.js2native.screen(document.getElementsByClassName('PageContainer')[0].getBoundingClientRect().top)
|
|
|
80
|
window.setTimeout(() => {
|
79
|
window.setTimeout(() => {
|
81
|
- this.ShowSaveImgBtn = true
|
|
|
82
|
- }, 300)
|
|
|
|
|
80
|
+ window.js2native.screen(document.getElementsByClassName('PageContainer')[0].getBoundingClientRect().top)
|
|
|
81
|
+ window.setTimeout(() => {
|
|
|
82
|
+ this.ShowSaveImgBtn = true
|
|
|
83
|
+ }, 300)
|
|
|
84
|
+ }, 100)
|
83
|
} else {
|
85
|
} else {
|
84
|
if (this.$refs.CanvasImgDownload) {
|
86
|
if (this.$refs.CanvasImgDownload) {
|
85
|
this.$refs.CanvasImgDownload.click()
|
87
|
this.$refs.CanvasImgDownload.click()
|