From f8cbc8d5aa0924487ed8068f1ea8e892299f0d86 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 16 Jun 2022 10:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppCountryAlbum/Photo.vue | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) 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链接列表,预加载后,可以滑动浏览这些图片 - }, () => { - }]) } } }