|
@@ -13,13 +13,13 @@
|
13
|
13
|
"selectedColor": "#27a34f",
|
14
|
14
|
"list": [
|
15
|
15
|
{
|
16
|
|
- "text": "首页",
|
|
16
|
+ "text": "订单",
|
17
|
17
|
"pagePath": "pages/index/index",
|
18
|
18
|
"iconPath": "static/tabBar/icon_green_1.png",
|
19
|
19
|
"selectedIconPath": "static/tabBar/icon_green_1_select.png"
|
20
|
20
|
},
|
21
|
21
|
{
|
22
|
|
- "text": "管理",
|
|
22
|
+ "text": "菜单",
|
23
|
23
|
"pagePath": "pages/manage/index",
|
24
|
24
|
"iconPath": "static/tabBar/icon_green_2.png",
|
25
|
25
|
"selectedIconPath": "static/tabBar/icon_green_2_select.png"
|
|
@@ -79,7 +79,7 @@
|
79
|
79
|
{
|
80
|
80
|
"path": "pages/manage/index",
|
81
|
81
|
"style": {
|
82
|
|
- "navigationBarTitleText": "管理中心"
|
|
82
|
+ "navigationBarTitleText": "菜单"
|
83
|
83
|
}
|
84
|
84
|
},
|
85
|
85
|
{
|