diff --git a/src/saas/AppCountryAlbum/Watermark.vue b/src/saas/AppCountryAlbum/Watermark.vue index f6fd3935..36c6e46e 100644 --- a/src/saas/AppCountryAlbum/Watermark.vue +++ b/src/saas/AppCountryAlbum/Watermark.vue @@ -243,8 +243,8 @@ }, save () { - this.isHide = true this.$loading() + this.isHide = true this.$nextTick(() => { html2canvas(this.$refs.waterMarker, { allowTaint: true, diff --git a/src/saas/AppCountryAlbum/components/report/Daily.vue b/src/saas/AppCountryAlbum/components/report/Daily.vue index d55ab428..49c5d985 100644 --- a/src/saas/AppCountryAlbum/components/report/Daily.vue +++ b/src/saas/AppCountryAlbum/components/report/Daily.vue @@ -128,7 +128,6 @@ } const height = this.$refs.report.offsetHeight - this.$refs.add.offsetHeight - return html2canvas(this.$refs.report, { allowTaint: true, useCORS: true,