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