From 51eaef822e61981c857afc7e7b8abbedc32acdf2 Mon Sep 17 00:00:00 2001 From: Vce Date: Sun, 2 Jun 2024 22:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/projectEnd/specialOperations/groundSafe/detail.vue | 7 ++++++- pages/projectEnd/specialOperations/openCircuit/detail.vue | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/projectEnd/specialOperations/groundSafe/detail.vue b/pages/projectEnd/specialOperations/groundSafe/detail.vue index 7add5b5c..bd874e09 100644 --- a/pages/projectEnd/specialOperations/groundSafe/detail.vue +++ b/pages/projectEnd/specialOperations/groundSafe/detail.vue @@ -49,7 +49,7 @@ @@ -269,6 +269,11 @@ } }) }, + previewImg(url) { + uni.previewImage({ + urls: [url] + }) + }, checkNav(val){ this.activeIndex = val.id if(val.id == 1){ diff --git a/pages/projectEnd/specialOperations/openCircuit/detail.vue b/pages/projectEnd/specialOperations/openCircuit/detail.vue index 1c9c3c8e..8de9e6e1 100644 --- a/pages/projectEnd/specialOperations/openCircuit/detail.vue +++ b/pages/projectEnd/specialOperations/openCircuit/detail.vue @@ -48,7 +48,7 @@ @@ -277,6 +277,11 @@ } }) }, + previewImg(url) { + uni.previewImage({ + urls: [url] + }) + }, checkNav(val){ this.activeIndex = val.id if(val.id == 1){