diff --git a/app.json b/app.json index 48ad8d7..a4031ac 100644 --- a/app.json +++ b/app.json @@ -77,18 +77,19 @@ "pagePath": "pages/index/index", "text": "首页" }, - { - "iconPath": "./images/nav_class_normal.png", - "selectedIconPath": "./images/nav_class_selected.png", - "pagePath": "pages/type/type/index", - "text": "分类" - }, { "iconPath": "./images/nav_company_norma.png", "selectedIconPath": "./images/nav_company_selected.png", "pagePath": "pages/company/company/index", - "text": "企业" + "text": "网点" + }, + { + "iconPath": "./images/xx.png", + "selectedIconPath": "./images/xx1.png", + "pagePath": "pages/message/index", + "text": "消息" }, + { "iconPath": "./images/nav_my_normal.png", "selectedIconPath": "./images/nav_my_selected.png", diff --git a/images/xx.png b/images/xx.png new file mode 100644 index 0000000..9e9f387 Binary files /dev/null and b/images/xx.png differ diff --git a/images/xx1.png b/images/xx1.png new file mode 100644 index 0000000..a7496a9 Binary files /dev/null and b/images/xx1.png differ diff --git a/pages/company/company/index.json b/pages/company/company/index.json index b93da4a..48012e6 100644 --- a/pages/company/company/index.json +++ b/pages/company/company/index.json @@ -2,5 +2,5 @@ "navigationBarBackgroundColor":"#0dcc91", "navigationBarTextStyle":"white", "backgroundColor": "#FFFFFF", - "navigationBarTitleText": "企业" + "navigationBarTitleText": "网点" } \ No newline at end of file