| 123456789101112131415161718192021222324252627282930 |
- export default {
- color: "#161616",
- selectedColor: "#F65486",
- borderStyle: "black",
- backgroundColor: "#ffffff",
- list: [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/index/store",
- "iconPath": "/static/tabBar/kc.png",
- "selectedIconPath": "static/tabBar/kcaction.png",
- "text": "积分商城"
- },
- {
- "pagePath": "pages/znkf/index",
- "iconPath": "static/tabBar/tab-xxjl.png",
- "selectedIconPath": "static/tabBar/tab-xxjl-current.png",
- "text": "智能客服"
- },
- {
- "pagePath": "pages/userhome/user",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png",
- "text": "我的"
- }]
- }
|