diff --git a/components/z-navigation/z-navigation.vue b/components/z-navigation/z-navigation.vue index d54cbc8..736a564 100644 --- a/components/z-navigation/z-navigation.vue +++ b/components/z-navigation/z-navigation.vue @@ -21,7 +21,7 @@ > {{ item.text }} @@ -80,24 +80,18 @@ export default { selectedIconPath: "static/tab/icon1_y.png", text: "首页", }, - // { - // pagePath: "pages/peanut/shopping", - // iconPath: "static/tab/tab_nor_02.png", - // selectedIconPath: "static/tab/tab_cur_02.png", - // text: "购物车", - // }, + { + pagePath: "pages/taihu/index", + iconPath: "static/tab/tab_nor_03.png", + selectedIconPath: "static/tab/tab_cur_03.png", + text: "太湖公益", + }, { pagePath: "pages/bookShop/orderList", iconPath: "static/tab/order.png", selectedIconPath: "static/tab/order_active.png", text: "订单", - }, - { - pagePath: "pages/taihu/index", - iconPath: "static/tab/tab_nor_03.png", - selectedIconPath: "static/tab/tab_cur_03.png", - text: "太湖公益", - }, + }, { pagePath: "pages/mine/mine/index", iconPath: "static/tab/tab_nor_04.png", @@ -112,13 +106,6 @@ export default { selectedIconPath: "static/tab/icon1_y.png", text: "首页", }, - // { - // pagePath: "pages/peanut/shopping", - // iconPath: "static/tab/tab_nor_02.png", - // selectedIconPath: "static/tab/tab_cur_02.png", - // text: "购物车", - // }, - { pagePath: "pages/taihu/index", iconPath: "static/tab/tab_nor_03.png", diff --git a/pages.json b/pages.json index ed46cdb..88f6942 100644 --- a/pages.json +++ b/pages.json @@ -766,7 +766,6 @@ "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", - // "navigationBarTitleText": "启动页", "navigationBarBackgroundColor": "#343434", "backgroundColor": "#FFFFFF", "navigationStyle": "custom", @@ -784,18 +783,18 @@ "selectedIconPath": "static/tab/icon1_y.png", "text": "首页" }, + { + "pagePath": "pages/taihu/index", + "iconPath": "static/tab/tab_nor_03.png", + "selectedIconPath": "static/tab/tab_cur_03.png", + "text": "太湖公益" + }, { "pagePath": "pages/bookShop/orderList", "iconPath": "static/tab/order.png", "selectedIconPath": "static/tab/order_active.png", "text": "我的订单" }, - { - "pagePath": "pages/taihu/index", - "iconPath": "static/tab/tab_nor_03.png", - "selectedIconPath": "static/tab/tab_cur_03.png", - "text": "太湖公益" - }, { "pagePath": "pages/mine/mine/index", "iconPath": "static/tab/tab_nor_04.png", diff --git a/pages/course/courseDetail.vue b/pages/course/courseDetail.vue index e93d910..fc92a07 100644 --- a/pages/course/courseDetail.vue +++ b/pages/course/courseDetail.vue @@ -2667,7 +2667,7 @@ color: #333; } - .prof image{ + /deep/ .prof img{ width: 100%; }