diff --git a/src/saas/AppCountryAlbum/Watermark.vue b/src/saas/AppCountryAlbum/Watermark.vue index 4d2b5314..4ce102b7 100644 --- a/src/saas/AppCountryAlbum/Watermark.vue +++ b/src/saas/AppCountryAlbum/Watermark.vue @@ -12,7 +12,7 @@
@@ -141,7 +141,7 @@ data () { return { img: '', - currIndex: -1, + currIndex: 0, isHide: true, height: '100%', waterSrc: '', diff --git a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue index 1450fd5e..db142b56 100644 --- a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue +++ b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue @@ -102,7 +102,7 @@ if (v.length) { const title = v.filter(v => v.type === '17')[0] const hoster = v.filter(v => v.type === '26')[0] - const date = v.filter(v => v.type === '0')[0] + const date = v.filter(v => v.type === '1')[0] const address = v.filter(v => v.type === '29')[0] const remark = v.filter(v => v.type === '31')[0] const theme = v.filter(v => v.type === '30')[0]