1002884655 4 年 前
コミット
6148bf7918
共有1 個のファイルを変更した5 個の追加3 個の削除を含む
  1. 5
    3
      src/pages/WoDe/XiaZaiErWeiMa/index.vue

+ 5
- 3
src/pages/WoDe/XiaZaiErWeiMa/index.vue ファイルの表示

@@ -76,10 +76,12 @@ export default {
76 76
     SaveImg () {
77 77
       if (window.js2native !== undefined) {
78 78
         this.ShowSaveImgBtn = false
79
-        window.js2native.screen(document.getElementsByClassName('PageContainer')[0].getBoundingClientRect().top)
80 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 85
       } else {
84 86
         if (this.$refs.CanvasImgDownload) {
85 87
           this.$refs.CanvasImgDownload.click()