diff --git a/src/saas/AppCountryAlbum/Watermark.vue b/src/saas/AppCountryAlbum/Watermark.vue index 6e0548f6..9cbedcfa 100644 --- a/src/saas/AppCountryAlbum/Watermark.vue +++ b/src/saas/AppCountryAlbum/Watermark.vue @@ -10,7 +10,12 @@
-
+
@@ -166,7 +171,7 @@ this.isHide = true this.$loading() this.$nextTick(() => { - html2canvas(this.$refs.photo, { + html2canvas(this.$refs.waterMarker, { allowTaint: true, useCORS: true }).then((canvas) => { @@ -304,9 +309,12 @@