diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue index b2aa29a..a086bcc 100644 --- a/components/AQ/AQTabber.vue +++ b/components/AQ/AQTabber.vue @@ -27,7 +27,7 @@ methods: { async init(){ - uni.setStorageSync('userType','3') + uni.setStorageSync('userType','2') let userType = uni.getStorageSync('userType') this.userType = userType @@ -73,34 +73,34 @@ this.tabBar = [ { text: "首页", - urlPath:'/pages/student/index/index',//自定义页面跳转路径 + urlPath:'/pages/market/index/index',//自定义页面跳转路径 iconPath: "/static/images/tabbar/my.png", selectedIconPath: "/static/images/tabbar/my.png" }, { text: "线索", - urlPath:'/pages/student/my/my',//自定义页面跳转路径 + urlPath:'/pages/market/my/index',//自定义页面跳转路径 iconPath: "/static/images/tabbar/my.png", selectedIconPath: "/static/images/tabbar/my.png" }, { - text: "添加", - urlPath:'/pages/student/my/my',//自定义页面跳转路径 + text: "", + urlPath:'/pages/market/my/index',//自定义页面跳转路径 iconPath: "/static/images/tabbar/my.png", selectedIconPath: "/static/images/tabbar/my.png", midButton: true, - width: 96, - height: 96 + width: 70, + height: 70 }, { text: "数据", - urlPath:'/pages/student/my/my',//自定义页面跳转路径 + urlPath:'/pages/market/my/index',//自定义页面跳转路径 iconPath: "/static/images/tabbar/my.png", selectedIconPath: "/static/images/tabbar/my.png" }, { text: "我的", - urlPath:'/pages/student/my/my',//自定义页面跳转路径 + urlPath:'/pages/market/my/index',//自定义页面跳转路径 iconPath: "/static/images/tabbar/my.png", selectedIconPath: "/static/images/tabbar/my.png" } diff --git a/pages.json b/pages.json index be3b1f5..b2dd996 100644 --- a/pages.json +++ b/pages.json @@ -303,7 +303,34 @@ "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } + }, + + + + + + + + + + + + + { + "path": "pages/market/my/index", + "style": { + "navigationBarTitleText": "我的", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } } + + + + + + ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/market/my/arrival_statistics.vue b/pages/market/my/arrival_statistics.vue new file mode 100644 index 0000000..bd71e54 --- /dev/null +++ b/pages/market/my/arrival_statistics.vue @@ -0,0 +1,256 @@ + + + + + + \ No newline at end of file diff --git a/pages/market/my/due_soon.vue b/pages/market/my/due_soon.vue new file mode 100644 index 0000000..2257d18 --- /dev/null +++ b/pages/market/my/due_soon.vue @@ -0,0 +1,316 @@ + + + + + + \ No newline at end of file diff --git a/pages/market/my/index.vue b/pages/market/my/index.vue new file mode 100644 index 0000000..cc7a79a --- /dev/null +++ b/pages/market/my/index.vue @@ -0,0 +1,317 @@ + + + + + + \ No newline at end of file diff --git a/pages/market/my/info.vue b/pages/market/my/info.vue new file mode 100644 index 0000000..5145f01 --- /dev/null +++ b/pages/market/my/info.vue @@ -0,0 +1,365 @@ + + + + + + \ No newline at end of file diff --git a/pages/market/my/schooling_statistics.vue b/pages/market/my/schooling_statistics.vue new file mode 100644 index 0000000..9daaa6e --- /dev/null +++ b/pages/market/my/schooling_statistics.vue @@ -0,0 +1,275 @@ + + + + + + \ No newline at end of file diff --git a/pages/market/my/set_up.vue b/pages/market/my/set_up.vue new file mode 100644 index 0000000..31e3566 --- /dev/null +++ b/pages/market/my/set_up.vue @@ -0,0 +1,53 @@ + + + + + + diff --git a/pages/market/my/update_pass.vue b/pages/market/my/update_pass.vue new file mode 100644 index 0000000..3544848 --- /dev/null +++ b/pages/market/my/update_pass.vue @@ -0,0 +1,107 @@ + + + + + + \ No newline at end of file