|
@@ -55,14 +55,21 @@ export default {
|
|
|
iconPath: '/static/images/home.png',
|
|
|
selectedIconPath: '/static/images/home-select.png',
|
|
|
},
|
|
|
-
|
|
|
- // {
|
|
|
- // text: '社区',
|
|
|
- // name: 'clientCommunity',
|
|
|
- // pagePath: '/pages/client/tabBar/community/index',
|
|
|
- // iconPath: '/static/images/community.png',
|
|
|
- // selectedIconPath: '/static/images/community-select.png',
|
|
|
- // },
|
|
|
+ {
|
|
|
+ text: '社区',
|
|
|
+ name: 'clientCommunity',
|
|
|
+ pagePath: '/pages/client/tabBar/community/index',
|
|
|
+ iconPath: '/static/images/community.png',
|
|
|
+ selectedIconPath: '/static/images/community-select.png',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '推广',
|
|
|
+ // text: '推广码',
|
|
|
+ name: 'promotionCode',
|
|
|
+ pagePath: 'pages/client/tabBar/promotionCode/index',
|
|
|
+ iconPath: '/static/images/rqcode.png',
|
|
|
+ selectedIconPath: '/static/images/rqcode-select.png',
|
|
|
+ },
|
|
|
{
|
|
|
text: '消息',
|
|
|
name: 'clientMessage',
|
|
@@ -77,13 +84,6 @@ export default {
|
|
|
iconPath: '/static/images/mine.png',
|
|
|
selectedIconPath: '/static/images/mine-select.png',
|
|
|
},
|
|
|
- {
|
|
|
- text: '推广码',
|
|
|
- name: 'promotionCode',
|
|
|
- pagePath: 'pages/client/tabBar/promotionCode/index',
|
|
|
- iconPath: '/static/images/rqcode.png',
|
|
|
- selectedIconPath: '/static/images/rqcode-select.png',
|
|
|
- },
|
|
|
],
|
|
|
merchantList: [
|
|
|
{
|