diff --git a/src/saas/AppCountryAlbum/Photo.vue b/src/saas/AppCountryAlbum/Photo.vue index f13c8564..871600aa 100644 --- a/src/saas/AppCountryAlbum/Photo.vue +++ b/src/saas/AppCountryAlbum/Photo.vue @@ -3,7 +3,7 @@
- + @@ -34,7 +34,7 @@ return { img: '', id: '', - isShow: false, + isShow: true, pageShow: false, createUserId: '' } @@ -62,8 +62,6 @@ }, methods: { - ...mapActions(['wxInvoke']), - back () { uni.navigateBack({ delta: 1 @@ -82,16 +80,6 @@ }) }).catch(() => { }) - }, - - preview (url) { - if (!this.isShow) return - - this.wxInvoke(['previewImage', { - current: url, // 第一张显示的图片链接 - urls: [url] // 需要预加载的图片http链接列表,预加载后,可以滑动浏览这些图片 - }, () => { - }]) } } }