From 63d2069fff80eb6309efb74f7903d9444a19401e Mon Sep 17 00:00:00 2001
From: liy <1492230202@qq.com>
Date: Mon, 22 Jan 2024 11:26:10 +0800
Subject: [PATCH] 1
---
pages.json | 2 +-
pages/declaration/list.vue | 55 ++++++++++++++++++++++++++++++++++++-------------------
pages/home/home.vue | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------
pages/policy/policy.vue | 6 +++---
pages/policy/policydetail.vue | 6 +++---
5 files changed, 102 insertions(+), 117 deletions(-)
diff --git a/pages.json b/pages.json
index 4080cc9..87df0d1 100644
--- a/pages.json
+++ b/pages.json
@@ -317,7 +317,7 @@
}, {
"path": "pages/declaration/list",
"style": {
- "navigationBarTitleText": "区域服务",
+ "navigationBarTitleText": "区划地名",
"enablePullDownRefresh": false
}
diff --git a/pages/declaration/list.vue b/pages/declaration/list.vue
index e3fcc9c..765c235 100644
--- a/pages/declaration/list.vue
+++ b/pages/declaration/list.vue
@@ -2,21 +2,29 @@
-
+
-
+
-
- 门楼牌申报
+ 地名备案
+
+
+
+
+
+
+
+ 地名查询
+
- 地名标志牌申报
+ 地名标志备案
@@ -24,15 +32,16 @@
- 建筑物名称备案
+ 建筑物备案
-
+
-
+
- 地名申报
+
+ 门楼牌备案
@@ -41,17 +50,10 @@
- 界桩管护
-
-
-
-
-
-
-
- 地名查询服务
+ 界桩维护
+
@@ -60,7 +62,22 @@
巡检任务
-
+
+
+
+
+
+ 政策文件
+
+
+
+
+
+
+
+ 区划活动
+
+
-
+
- 殡葬服务
+ 未成年服务
-
-
-
-
- 线上报丧
-
-
-
-
-
- 线上预约
-
-
-
-
+
+
+
- 办事指南
+ 个案登记
-
-
-
+
+
+
- 常见问题
+ 悄悄话
@@ -100,123 +87,104 @@
- 区域服务
+ 区划地名服务
-
+
-
+
- 门楼牌申报
+ 地名备案
+
+
+
+
+
+ 地名查询
- 地名标志牌申报
+ 地名标志备案
+
+
建筑物备案
-
-
-
-
- 地名备案
-
+
-
+
-
+
- 地名查询服务
+ 门楼牌备案
-
+
+
-
+
- 个案登记
+ 政策文件
-
+
-
+
- 悄悄话
+ 区划活动
-
+
+
+
- 区域划分
+ 殡葬服务
-
-
-
-
-
- 门楼牌申报
-
-
-
-
-
- 地名标志牌申报
-
-
-
-
+
+
+
+
- 建筑物备案
+ 线上报丧
-
-
-
+
+
+
- 地名备案
+ 线上预约
-
-
-
-
-
+
+
+
- 地名查询服务
+ 办事指南
-
-
-
+
+
+
- 巡检任务
+ 常见问题
+
diff --git a/pages/policy/policy.vue b/pages/policy/policy.vue
index 1b61a01..9e16abd 100644
--- a/pages/policy/policy.vue
+++ b/pages/policy/policy.vue
@@ -7,7 +7,7 @@
{{item.title}}
{{item.readCount}}人阅读
-
+
@@ -68,8 +68,8 @@
display: flex;
flex-direction: column;
justify-content: space-between;
- width: 58%;
- margin-right: 2%;
+ width: 100%;
+ // margin-right: 2%;
.f1 {
font-size: 35rpx;
diff --git a/pages/policy/policydetail.vue b/pages/policy/policydetail.vue
index e14f897..91bcb5d 100644
--- a/pages/policy/policydetail.vue
+++ b/pages/policy/policydetail.vue
@@ -7,7 +7,7 @@
{{info.absrtact}}
-
+
@@ -38,7 +38,7 @@
OrderType: 0,
info: {},
nvConfig: {
- title: "",
+ title: "详情",
bgColor: "#ffffff",
color: "#000000",
fixedAssist: {
@@ -68,7 +68,7 @@
this.API.getpolicyDocumentone(e).then(res => {
console.log(res);
this.info = res.data
- this.nvConfig.title = this.info.title
+ // this.nvConfig.title = this.info.title
})
},
downfile(e) {
--
libgit2 0.21.4