From 8331e084015fac6246a7cf362ad85e702849b907 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Thu, 16 Mar 2023 12:00:51 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BE=BF=E6=B0=91=E6=9C=8D=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppConvenientService.vue | 89 ++++++++++++++++++-
src/project/fengdu/AppHome/AppHome.vue | 2 +-
2 files changed, 86 insertions(+), 5 deletions(-)
diff --git a/src/project/fengdu/AppConvenientService/AppConvenientService.vue b/src/project/fengdu/AppConvenientService/AppConvenientService.vue
index 71d505d..1c1a937 100644
--- a/src/project/fengdu/AppConvenientService/AppConvenientService.vue
+++ b/src/project/fengdu/AppConvenientService/AppConvenientService.vue
@@ -1,7 +1,16 @@
+
- 便民服务
+
+
居民服务
+
+
+
![]()
+
{{ item.name }}
+
+
+
@@ -10,22 +19,94 @@
export default {
name: "AppConvenientService",
appName: "便民服务",
+ customNavigation: true,
data() {
return {
-
+ list: [{
+ pic: 'https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png',
+ name: '便民通讯录'
+ },
+ {
+ pic: 'https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png',
+ name: '便民通讯录'
+ },
+ {
+ pic: 'https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png',
+ name: '便民通讯录'
+ },
+ {
+ pic: 'https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png',
+ name: '便民通讯录'
+ },
+ {
+ pic: 'https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png',
+ name: '便民通讯录'
+ },
+ {
+ pic: 'https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png',
+ name: '便民通讯录'
+ },
+ {
+ pic: 'https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png',
+ name: '便民通讯录'
+ }, {
+ pic: 'https://cdn.cunwuyun.cn/dvcp/myFamily/tx.png',
+ name: '便民通讯录'
+ },
+ ],
+ backgroundNavbar: {
+ background: '#FFF'
+ }
}
},
methods: {
},
onShow() {
-
- }
+
+ },
+
}
\ No newline at end of file
diff --git a/src/project/fengdu/AppHome/AppHome.vue b/src/project/fengdu/AppHome/AppHome.vue
index ce9ac27..51552ac 100644
--- a/src/project/fengdu/AppHome/AppHome.vue
+++ b/src/project/fengdu/AppHome/AppHome.vue
@@ -45,7 +45,7 @@ export default {
notices: [],
search: {areaId: ''},
backgroundNavbar: {
- // background: linear - gradient(138.6deg, #e3e8fbff 0%, #ecf4fdff 48%, #ffffffff 95%)
+ background: '#FFF'
}
}
},