From afa4582961394390cd4816a8205365dc041ef586 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 17 Mar 2023 09:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E4=B8=B0=E6=94=B6=E7=A0=81+?= =?UTF-8?q?=E5=B1=85=E6=B0=91=E7=A4=BE=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppMine/AppMine.vue | 6 - src/project/fengdu/AppMine/myHarvestQR.vue | 95 ++++++- .../fengdu/AppVillageInfo/AppVillageInfo.vue | 244 ++++++++++++++++++ 3 files changed, 336 insertions(+), 9 deletions(-) create mode 100644 src/project/fengdu/AppVillageInfo/AppVillageInfo.vue diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue index e3c5713..cec0228 100644 --- a/src/project/fengdu/AppMine/AppMine.vue +++ b/src/project/fengdu/AppMine/AppMine.vue @@ -69,12 +69,6 @@ export default { listGroup() { return [ [ - // { - // icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png", - // label: "我的家庭", - // path: "./myFamily", - // type: 'idNumber' - // }, { icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png", label: "我的家乡", diff --git a/src/project/fengdu/AppMine/myHarvestQR.vue b/src/project/fengdu/AppMine/myHarvestQR.vue index 18a6cf7..724883e 100644 --- a/src/project/fengdu/AppMine/myHarvestQR.vue +++ b/src/project/fengdu/AppMine/myHarvestQR.vue @@ -1,6 +1,25 @@ @@ -8,20 +27,90 @@ export default { name: "AppHarvestQR", appName: '丰收码', + customNavigation: true, data() { return { - + backgroundNavbar: { + background: '#FFF' + } } }, methods: { }, - onShow() {}, + onShow() { + }, } \ No newline at end of file diff --git a/src/project/fengdu/AppVillageInfo/AppVillageInfo.vue b/src/project/fengdu/AppVillageInfo/AppVillageInfo.vue new file mode 100644 index 0000000..71a4643 --- /dev/null +++ b/src/project/fengdu/AppVillageInfo/AppVillageInfo.vue @@ -0,0 +1,244 @@ + + +