diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index 67f2bb2..6890653 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -50,6 +50,13 @@ "title": "成长档案", key: 'growing', }, + { + "selectedIconPath": "/static/image/tabbar/partner-active.png", + "iconPath": "/static/image/tabbar/partner.png", + "pagePath": "/pages/index/partner", + "title": "合伙人", + key: 'partner', + }, { "selectedIconPath": "/static/image/tabbar/user-center-active.png", "iconPath": "/static/image/tabbar/user-center.png", diff --git a/components/growing/userCard.vue b/components/growing/userCard.vue index 7372103..5310687 100644 --- a/components/growing/userCard.vue +++ b/components/growing/userCard.vue @@ -17,7 +17,7 @@ - 学生 + 学生 @@ -78,6 +78,8 @@ export default { \ No newline at end of file