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 @@ @@ -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' } } },