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 @@
+
+
+
+
+
+
+
+
+
+ 基本信息
+
+
+
+ 企业名称
+ 荧幕小将
+
+
+
+ 企业简称
+ Europa
+
+
+
+ 企业电话
+ 0755-88888888
+
+
+
+ 所属行业
+ 教育培训
+
+
+
+ 企业名称
+ 荧幕小将
+
+
+
+ 企业网址
+ http://www.ymxj.com
+
+
+
+ 成立时间
+ 201x-08
+
+
+
+ 企业介绍
+
+
+
+
+
+
+
+
+
+
+
+
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({