diff --git a/pages/projectEnd/specialOperations/groundSafe/detail.vue b/pages/projectEnd/specialOperations/groundSafe/detail.vue index a247f19a..7077b0d2 100644 --- a/pages/projectEnd/specialOperations/groundSafe/detail.vue +++ b/pages/projectEnd/specialOperations/groundSafe/detail.vue @@ -49,7 +49,7 @@ @@ -307,6 +307,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 3ec1ccc6..7480957a 100644 --- a/pages/projectEnd/specialOperations/openCircuit/detail.vue +++ b/pages/projectEnd/specialOperations/openCircuit/detail.vue @@ -48,7 +48,7 @@ @@ -315,6 +315,11 @@ } }) }, + previewImg(url) { + uni.previewImage({ + urls: [url] + }) + }, checkNav(val){ this.activeIndex = val.id if(val.id == 1){