diff --git a/pages.json b/pages.json
index eacf6a1..d71dc41 100644
--- a/pages.json
+++ b/pages.json
@@ -93,6 +93,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/institutionalStructure/projectDetail",
+ "style": {
+ "navigationBarTitleText": "施工详情",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
{
"path": "pages/basePage/basePage",
"style": {
diff --git a/pages/future/future.vue b/pages/future/future.vue
index 280b81d..798a581 100644
--- a/pages/future/future.vue
+++ b/pages/future/future.vue
@@ -50,16 +50,16 @@
:key="item.id"
class="constructionSituation"
>
-
+
-
+
{{ item.createTime }}
- 施工情况
+ {{ item.title }}
施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02施工情况02...
",
+ status: "1",
+ templeName: "寒山寺",
+ createTime: "2025-07-09 13:50:57",
+ coverUrl: "https://api.ccttiot.com/IMG01-1751968117197.jpg",
+ },
{
id: "19",
templeId: "12",
@@ -217,6 +228,11 @@ export default {
},
});
},
+ goProjectDetail(item) {
+ uni.navigateTo({
+ url: `/pages/institutionalStructure/projectDetail?title=${encodeURIComponent(item.title)}&content=${encodeURIComponent(item.content)}&createTime=${encodeURIComponent(item.createTime)}&coverUrl=${encodeURIComponent(item.coverUrl)}`,
+ });
+ },
},
};
diff --git a/pages/institutionalStructure/projectDetail.vue b/pages/institutionalStructure/projectDetail.vue
new file mode 100644
index 0000000..f8c5bb7
--- /dev/null
+++ b/pages/institutionalStructure/projectDetail.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+