diff --git a/src/project/fengdu/AppConvenientService/AppConvenientService.vue b/src/project/fengdu/AppConvenientService/AppConvenientService.vue new file mode 100644 index 0000000..1c1a937 --- /dev/null +++ b/src/project/fengdu/AppConvenientService/AppConvenientService.vue @@ -0,0 +1,112 @@ + + + + + \ 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' } } }, diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue index e36f663..e3c5713 100644 --- a/src/project/fengdu/AppMine/AppMine.vue +++ b/src/project/fengdu/AppMine/AppMine.vue @@ -69,39 +69,51 @@ 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/wodejiating.png", + // label: "我的家庭", + // path: "./myFamily", + // type: 'idNumber' + // }, { icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png", label: "我的家乡", path: "/mods/AppHometown/AppHometown", type: 'token' - } - ], - [ + }, + { + icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png", + label: "我的丰收码", + path: "./myHarvestQR", + type: 'token' + }, { icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png", label: "我的积分", path: "/mods/AppCreditPoints/AppCreditPoints?type=detail", type: 'idNumber' }, - { - icon: "https://cdn.cunwuyun.cn/wxmp/mine/chaoshidingdan.png", - label: "超市订单", - path: "/mods/AppOrderList/AppOrderList", - type: 'idNumber' - }, - { - icon: "https://cdn.cunwuyun.cn/wxmp/mine/banshijindu.png", - label: "办事进度", - path: "/mods/AppProgress/AppProgress", - type: 'idNumber' - } ], + // [ + // { + // icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png", + // label: "我的积分", + // path: "/mods/AppCreditPoints/AppCreditPoints?type=detail", + // type: 'idNumber' + // }, + // { + // icon: "https://cdn.cunwuyun.cn/wxmp/mine/chaoshidingdan.png", + // label: "超市订单", + // path: "/mods/AppOrderList/AppOrderList", + // type: 'idNumber' + // }, + // { + // icon: "https://cdn.cunwuyun.cn/wxmp/mine/banshijindu.png", + // label: "办事进度", + // path: "/mods/AppProgress/AppProgress", + // type: 'idNumber' + // } + // ], ] } }, diff --git a/src/project/fengdu/AppMine/img-zhuangshi.png b/src/project/fengdu/AppMine/img-zhuangshi.png new file mode 100644 index 0000000..f1089f1 Binary files /dev/null and b/src/project/fengdu/AppMine/img-zhuangshi.png differ diff --git a/src/project/fengdu/AppMine/myHarvestQR.vue b/src/project/fengdu/AppMine/myHarvestQR.vue new file mode 100644 index 0000000..18a6cf7 --- /dev/null +++ b/src/project/fengdu/AppMine/myHarvestQR.vue @@ -0,0 +1,27 @@ + + + + + \ No newline at end of file