diff --git a/pages.json b/pages.json index 0ae3875..13074bd 100644 --- a/pages.json +++ b/pages.json @@ -375,6 +375,15 @@ "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } + }, + { + "path": "pages/market/my/firm_info", + "style": { + "navigationBarTitleText": "企业信息", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" + } } diff --git a/pages/market/my/arrival_statistics.vue b/pages/market/my/arrival_statistics.vue deleted file mode 100644 index bd71e54..0000000 --- a/pages/market/my/arrival_statistics.vue +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/pages/market/my/due_soon.vue b/pages/market/my/due_soon.vue deleted file mode 100644 index 2257d18..0000000 --- a/pages/market/my/due_soon.vue +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/pages/market/my/firm_info.vue b/pages/market/my/firm_info.vue new file mode 100644 index 0000000..097d5c7 --- /dev/null +++ b/pages/market/my/firm_info.vue @@ -0,0 +1,121 @@ + + + + + + diff --git a/pages/market/my/index.vue b/pages/market/my/index.vue index aef340b..0fe95ff 100644 --- a/pages/market/my/index.vue +++ b/pages/market/my/index.vue @@ -67,7 +67,7 @@ 23 - + 企业信息 @@ -143,6 +143,14 @@ export default { }) }, + //打开企业信息 + openViewFirmInfo(){ + uni.navigateTo({ + url: '/pages/market/my/firm_info' + }) + }, + + //打开设置 openViewSetUp(){ uni.navigateTo({ diff --git a/pages/market/my/schooling_statistics.vue b/pages/market/my/schooling_statistics.vue deleted file mode 100644 index 9daaa6e..0000000 --- a/pages/market/my/schooling_statistics.vue +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - \ No newline at end of file