From 2e69a79bce7fe8cce458f394bf838960263d52eb Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 12 Jul 2023 09:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B0=E9=83=BD=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppMine/AppMine.vue | 12 ++++++++++++ .../AppRedemptionPoints/AppRedemptionPoints.vue | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue index 8432de2..fc32ed5 100644 --- a/src/project/fengdu/AppMine/AppMine.vue +++ b/src/project/fengdu/AppMine/AppMine.vue @@ -90,6 +90,18 @@ export default { path: "./myIntegral", type: 'token' }, + { + icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png", + label: "我的家庭", + path: "./myIntegral", + type: 'token' + }, + { + icon: "https://cdn.cunwuyun.cn/wxmp/mine/saoyisao.png", + label: "扫一扫", + path: "./myIntegral", + type: 'token' + }, ], // [ // { diff --git a/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue b/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue index 9a42c87..d1a40a8 100644 --- a/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue +++ b/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue @@ -83,7 +83,7 @@ export default { appName: '积分兑换', data() { return { - tabList: [{name: '全部'}, {name: '积分兑换'}, {name: '京东低价商品'}], + tabList: [{name: '全部'}, {name: '积分兑换'}, {name: '低价商品'}], currentTabs: 0, barStyle: { 'width': '20px',