diff --git a/pages.json b/pages.json index 0a0b224..d281f0b 100644 --- a/pages.json +++ b/pages.json @@ -351,6 +351,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/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({