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){