diff --git a/pages.json b/pages.json index de092ac..094db33 100644 --- a/pages.json +++ b/pages.json @@ -204,40 +204,41 @@ "navigationBarBackgroundColor": "#F1F1F1" } - }, - "tabBar": { - "color": "#7A7E83", - "selectedColor": "#007AFF", - "borderStyle": "black", - "backgroundColor": "#F8F8F8", - "list": [{ - "pagePath": "pages/pages_zhentou/homePage/homePage", - // "iconPath": "static/component.png", - // "selectedIconPath": "static/componentHL.png", - "text": "首页" - }, - // { - // "pagePath": "pages/tabBar/form/form", - // "iconPath": "static/api.png", - // "selectedIconPath": "static/apiHL.png", - // "text": "自定义表单" - // }, - { - "pagePath": "pages/pages_zhentou/order/order", - // "iconPath": "static/api.png", - // "selectedIconPath": "static/apiHL.png", - "text": "订单" - }, { - "pagePath": "pages/pages_zhentou/form/form", - // "iconPath": "static/extui.png", - // "selectedIconPath": "static/extuiHL.png", - "text": "报名单" - }, { - "pagePath": "pages/pages_zhentou/myPage/myPage", - // "iconPath": "static/template.png", - // "selectedIconPath": "static/templateHL.png", - "text": "我的" - } - ] } + // "tabBar": { + // "color": "#7A7E83", + // "selectedColor": "#007AFF", + // "borderStyle": "black", + // "backgroundColor": "#F8F8F8", + // "list": [ + // { + // "pagePath": "pages/pages_zhentou/homePage/homePage", + // // "iconPath": "static/component.png", + // // "selectedIconPath": "static/componentHL.png", + // "text": "首页" + // }, + // // { + // // "pagePath": "pages/tabBar/form/form", + // // "iconPath": "static/api.png", + // // "selectedIconPath": "static/apiHL.png", + // // "text": "自定义表单" + // // }, + // { + // "pagePath": "pages/pages_zhentou/order/order", + // // "iconPath": "static/api.png", + // // "selectedIconPath": "static/apiHL.png", + // "text": "订单" + // }, { + // "pagePath": "pages/pages_zhentou/form/form", + // // "iconPath": "static/extui.png", + // // "selectedIconPath": "static/extuiHL.png", + // "text": "报名单" + // }, { + // "pagePath": "pages/pages_zhentou/myPage/myPage", + // // "iconPath": "static/template.png", + // // "selectedIconPath": "static/templateHL.png", + // "text": "我的" + // } + // ] + // } } diff --git a/pages/pages_zhentou/homePage/homePage.vue b/pages/pages_zhentou/homePage/homePage.vue index a3ea70c..d5fa7b8 100644 --- a/pages/pages_zhentou/homePage/homePage.vue +++ b/pages/pages_zhentou/homePage/homePage.vue @@ -4,11 +4,19 @@ + + + + + + 我的 + + - - - - + + + + @@ -44,6 +52,12 @@ clickCustom() { console.log('点击定制'); }, + // 跳转到我的页面 + turnMyPage(){ + uni.navigateTo({ + url:"/pages/pages_zhentou/myPage/myPage" + }) + }, // 填写表单 addForm() { // console.log('跳转页面') @@ -123,14 +137,45 @@ \ No newline at end of file diff --git a/static/image/person.png b/static/image/person.png new file mode 100644 index 0000000..7fab28d Binary files /dev/null and b/static/image/person.png differ