diff --git a/api/userrecruit.js b/api/userrecruit.js
index e5c4ff1..806b79a 100644
--- a/api/userrecruit.js
+++ b/api/userrecruit.js
@@ -93,14 +93,10 @@ export const findTradeList = () => {
})
}
-export const addInviteCompanyAuth = ({
- params,
- data
-}) => {
+export const addInviteCompanyAuth = (params) => {
return request({
url: '/api/jobslink-api/tenant/company/app/inviteCompany/auth',
method: 'post',
- data,
params
})
}
\ No newline at end of file
diff --git a/components/vertical-menu/vertical-menu.vue b/components/vertical-menu/vertical-menu.vue
index 99378d0..f353f31 100644
--- a/components/vertical-menu/vertical-menu.vue
+++ b/components/vertical-menu/vertical-menu.vue
@@ -1,513 +1,528 @@
-
-
-
-
- 取消
- 确定
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageMy/my/resume/index.vue b/pageMy/my/resume/index.vue
index c3adbfc..cede896 100644
--- a/pageMy/my/resume/index.vue
+++ b/pageMy/my/resume/index.vue
@@ -1,509 +1,557 @@
-
-
-
-
-
-
-
-
- {{ auth.authInfo.realName }}
-
-
- 个人基本信息
-
-
-
-
-
-
-
- 我的职业技能
-
-
-
-
-
-
-
-
- {{ item.worktypes }}、{{ item.skills }}
-
-
-
-
-
-
-
-
- 您想工作的地点
-
-
- {{ myResume.city !== "{}" ? myResume.city.id ? getCity(myResume.city.id) : myResume.city.workplace :
- '请选择'
- }}
-
-
-
-
-
-
-
- 您的学历
-
-
- {{ myResume.education !== "{}" ? myResume.education.label : '请选择' }}
-
-
-
-
-
-
-
- 您的期望薪资
-
-
- {{ myResume.wage ? myResume.wage : '请选择' }}
-
-
-
-
-
-
-
- 您的联系方式
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ auth.authInfo.realName }}
+
+
+ 个人基本信息
+
+
+
+
+
+
+
+ 我的职业技能
+
+
+
+
+
+
+
+
+ {{ item.worktypes }}、{{ item.skills }}
+
+
+
+
+
+
+
+
+ 我想工作的地点
+
+
+ {{ myResume.city !== "{}" ? myResume.city.id ? getCity(myResume.city.id) : myResume.city.workplace :
+ '请选择'
+ }}
+
+
+
+
+
+
+
+ 我的学历
+
+
+ {{ myResume.education !== "{}" ? myResume.education.label : '请选择' }}
+
+
+
+
+
+
+
+ 我的期望薪资
+
+
+ {{ myResume.wage ? myResume.wage : '请选择' }}
+
+
+
+
+
+
+
+ 我的联系方式
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index b4ac669..1627b61 100644
--- a/pages.json
+++ b/pages.json
@@ -1,742 +1,752 @@
-{
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarShadow": {
- "colorType": "none"
- },
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/cindex",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/projectInfo/projectInfo",
- "style": {
- "navigationBarTitleText": "任务详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/projectInfo/workInfo",
- "style": {
- "navigationBarTitleText": "岗位详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/projectInfo/userrecruitInfo",
- "style": {
- "navigationBarTitleText": "招工详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/projectInfo/signContract",
- "style": {
- "navigationBarTitleText": "实名认证",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
-
- {
- "path": "pages/mapSeach/mapSeach",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/project/project",
- "style": {
- "navigationBarTitleText": "德阳市灵活就业平台",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/project/newProject",
- "style": {
- "navigationBarTitleText": "德阳市灵活就业平台",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/news/news",
- "style": {
- "navigationBarTitleText": "消息中心",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/news/newsList",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/news/newsDetail",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/reg",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/setCode",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/setPassword",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/forgetPwd",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/seach/seach",
- "style": {
- "navigationBarTitleText": "德阳市灵活就业平台",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/bankList/bankList",
- "style": {
- "navigationBarTitleText": "选择银行",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/setCity/setCity",
- "style": {
- "navigationBarTitleText": "设置地区",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/cityInfo/cityInfo",
- "style": {
- "navigationBarTitleText": "设置地区",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/user/agreement",
- "style": {
- "navigationBarTitleText": "协议",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/user/sealAgreement",
- "style": {
- "navigationBarTitleText": "签名协议",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/seach/placeSearch",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/my/my",
- "style": {
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#1B66FF",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/user/policyContent",
- "style": {
- "navigationBarTitleText": "新政详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/user/policyDetail",
- "style": {
- "navigationBarTitleText": "政策详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/project/projectList",
- "style": {
- "navigationBarTitleText": "位置",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true,
- "navigationBarShadow": {
- "colorType": "none"
- }
- }
- },
- {
- "path": "pages/market/market",
- "style": {
- "navigationBarTitleText": "市场详情",
- "navigationBarBackgroundColor": "#4570fa",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white",
- "navigationBarShadow": {
- "colorType": "none"
- }
- }
- },
- {
- "path": "pages/recruit/recruit",
- "style": {
- "navigationBarTitleText": "我要招工",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/recruit/reform",
- "style": {
- "navigationBarTitleText": "个体招工",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/recruit/subPage/index",
- "style": {
- "navigationBarTitleText": "招工列表",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/recruit/subPage/MessageList",
- "style": {
- "navigationBarTitleText": "申请消息",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/recruit/subPage/jobProjectList",
- "style": {
- "navigationBarTitleText": "推送岗位",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/recruit/subPage/newsList",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/recruit/subPage/newsDetail",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/recruit/subPage/taskProjectList",
- "style": {
- "navigationBarTitleText": "推送任务",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/recruit/subPage/policyList",
- "style": {
- "navigationBarTitleText": "推送政策",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/recruit/subPage/recruit",
- "style": {
- "navigationBarTitleText": "发布招工",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/recruit/subPage/task",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/recruit/subPage/work",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/recruit/subPage/person",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/recruit/subPage/newsDetail/projectInfo",
- "style": {
- "navigationBarTitleText": "任务详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/recruit/subPage/newsDetail/userrecruitInfo",
- "style": {
- "navigationBarTitleText": "招工详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/recruit/subPage/newsDetail/workInfo",
- "style": {
- "navigationBarTitleText": "岗位详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/news/jobProjectList",
- "style": {
- "navigationBarTitleText": "推送岗位",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/news/taskProjectList",
- "style": {
- "navigationBarTitleText": "推送任务",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/news/policyList",
- "style": {
- "navigationBarTitleText": "推送政策",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/blank",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white",
- "navigationBarShadow": {
- "colorType": "none"
- }
- }
- },
- {
- "path" : "pages/recruit/subPage/enterpriceCertification/enterpriceCertification",
- "style" :
- {
- "navigationBarTitleText" : "企业认证",
- "enablePullDownRefresh" : false
- }
- }
- ],
- "subPackages": [
- {
- "root": "pageMy",
- "pages": [
- {
- "path": "federation/forMembership/password",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "federation/forMembership/payment",
- "style": {
- "navigationBarTitleText": "订单确认",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "federation/forMembership/forBook",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "federation/forMembership/perfectXin",
- "style": {
- "navigationBarTitleText": "完善入会信息",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "federation/forMembership/Notice",
- "style": {
- "navigationBarTitleText": "工会会员须知",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "federation/vip/information",
- "style": {
- "navigationBarTitleText": "会员信息",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "help/help",
- "style": {
- "navigationBarTitleText": "帮助与反馈",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "help/passWord",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "help/phone",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "help/userInfo",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "help/authentication",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "mycomment/mycomment",
- "style": {
- "navigationBarTitleText": "我的评价",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "comment/comment",
- "style": {
- "navigationBarTitleText": "我的评价",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/sala",
- "style": {
- "navigationBarTitleText": "我的工资",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "my/resume/index",
- "style": {
- "navigationBarTitleText": "我的简历",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/resume/setWskill",
- "style": {
- "navigationBarTitleText": "我想学习的技能",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/resume/addSkill",
- "style": {
- "navigationBarTitleText": "我的技能工种",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/resume/skillLevel",
- "style": {
- "navigationBarTitleText": "我的技能水平",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/resume/skill",
- "style": {
- "navigationBarTitleText": "我的技能",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/resume/addInd",
- "style": {
- "navigationBarTitleText": "我的行业",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/vip/index",
- "style": {
- "navigationBarTitleText": "VIP会员申请",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/changePhone",
- "style": {
- "navigationBarTitleText": "变更手机号",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/changePassword",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/userBase",
- "style": {
- "navigationBarTitleText": "基本信息",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "my/set",
- "style": {
- "navigationBarTitleText": "设置",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "contract/index",
- "style": {
- "navigationBarTitleText": "我的合同",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "myProject/myProject",
- "style": {
- "navigationBarTitleText": "我的申请",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "myProject/myCollection",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "myProject/browsingHistory",
- "style": {
- "navigationBarTitleText": "浏览记录",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "setUserBase/seal/setSealPassword",
- "style": {
- "navigationBarTitleText": "设置签名密码",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "setUserBase/seal/sealCanvas",
- "style": {
- "navigationBarTitleText": "手写签名",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "setUserBase/seal/forget",
- "style": {
- "navigationBarTitleText": "重置密码",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "setUserBase/seal/index",
- "style": {
- "navigationBarTitleText": "我的签名",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "setUserBase/icCard/index",
- "style": {
- "navigationBarTitleText": "我的银行卡",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "setUserBase/icCard/add",
- "style": {
- "navigationBarTitleText": "我的银行卡",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "setUserBase/realName",
- "style": {
- "navigationBarTitleText": "实名认证",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "setUserBase/index",
- "style": {
- "navigationBarTitleText": "填写认证信息",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "setUserBase/mailbox",
- "style": {
- "navigationBarTitleText": "添加信件",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "setUserBase/complain",
- "style": {
- "navigationBarTitleText": "投诉建议",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "apply/rights",
- "style": {
- "navigationBarTitleText": "法律维权帮扶",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "help/questions/questions",
- "style": {
- "navigationBarTitleText": "常见问题",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "help/questions/questionDetail",
- "style": {
- "navigationBarTitleText": "问题详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "apply/applications",
- "style": {
- "navigationBarTitleText": "我的申请",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationBarShadow": {
- "colorType": "grey"
- }
- },
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "color": "#000",
- "fontSize": "12px",
- "iconWidth": "24px",
- "selectedColor": "#1B66FF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/img/tabbar/home.png",
- "selectedIconPath": "static/img/tabbar/homeactive.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/project/project",
- "iconPath": "static/img/tabbar/guanzhu.png",
- "selectedIconPath": "static/img/tabbar/guanzhuactive.png",
- "text": "招聘"
- },
- {
- "pagePath": "pages/news/news",
- "iconPath": "static/img/tabbar/add.png",
- "selectedIconPath": "static/img/tabbar/addactive.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/img/tabbar/me.png",
- "selectedIconPath": "static/img/tabbar/meactive.png",
- "text": "我的"
- }
- ]
- }
-}
+{
+ "pages": [
+ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+ {
+ "path": "pages/index/index",
+ "style": {
+ "enablePullDownRefresh": true,
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarShadow": {
+ "colorType": "none"
+ },
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/index/cindex",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/projectInfo/projectInfo",
+ "style": {
+ "navigationBarTitleText": "任务详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/projectInfo/workInfo",
+ "style": {
+ "navigationBarTitleText": "岗位详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/projectInfo/userrecruitInfo",
+ "style": {
+ "navigationBarTitleText": "招工详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/projectInfo/signContract",
+ "style": {
+ "navigationBarTitleText": "实名认证",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+
+ {
+ "path": "pages/mapSeach/mapSeach",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/project/project",
+ "style": {
+ "navigationBarTitleText": "招聘",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/project/newProject",
+ "style": {
+ "navigationBarTitleText": "德阳市灵活就业平台",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/news/news",
+ "style": {
+ "navigationBarTitleText": "消息中心",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/news/newsList",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/news/newsDetail",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/login/login",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/login/reg",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/login/setCode",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/login/setPassword",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/login/forgetPwd",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/seach/seach",
+ "style": {
+ "navigationBarTitleText": "搜索",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/bankList/bankList",
+ "style": {
+ "navigationBarTitleText": "选择银行",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/setCity/setCity",
+ "style": {
+ "navigationBarTitleText": "设置地区",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/cityInfo/cityInfo",
+ "style": {
+ "navigationBarTitleText": "设置地区",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/user/agreement",
+ "style": {
+ "navigationBarTitleText": "协议",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/user/sealAgreement",
+ "style": {
+ "navigationBarTitleText": "签名协议",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/seach/placeSearch",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/my/my",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarBackgroundColor": "#1B66FF",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/user/policyContent",
+ "style": {
+ "navigationBarTitleText": "新政详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/user/policyDetail",
+ "style": {
+ "navigationBarTitleText": "政策详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/project/projectList",
+ "style": {
+ "navigationBarTitleText": "位置",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true,
+ "navigationBarShadow": {
+ "colorType": "none"
+ }
+ }
+ },
+ {
+ "path": "pages/market/market",
+ "style": {
+ "navigationBarTitleText": "市场详情",
+ "navigationBarBackgroundColor": "#4570fa",
+ "enablePullDownRefresh": false,
+ "navigationBarTextStyle": "white",
+ "navigationBarShadow": {
+ "colorType": "none"
+ }
+ }
+ },
+ {
+ "path": "pages/recruit/recruit",
+ "style": {
+ "navigationBarTitleText": "我要招工",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/recruit/reform",
+ "style": {
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationBarTitleText": "个体招工",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/index",
+ "style": {
+ "navigationBarTitleText": "招工列表",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/MessageList",
+ "style": {
+ "navigationBarTitleText": "申请消息",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/jobProjectList",
+ "style": {
+ "navigationBarTitleText": "推送岗位",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/newsList",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/newsDetail",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/taskProjectList",
+ "style": {
+ "navigationBarTitleText": "推送任务",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/policyList",
+ "style": {
+ "navigationBarTitleText": "推送政策",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/recruit",
+ "style": {
+ "navigationBarTitleText": "发布招工",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/task",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/work",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/person",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/newsDetail/projectInfo",
+ "style": {
+ "navigationBarTitleText": "任务详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/newsDetail/userrecruitInfo",
+ "style": {
+ "navigationBarTitleText": "招工详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/newsDetail/workInfo",
+ "style": {
+ "navigationBarTitleText": "岗位详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "pages/news/jobProjectList",
+ "style": {
+ "navigationBarTitleText": "推送岗位",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/news/taskProjectList",
+ "style": {
+ "navigationBarTitleText": "推送任务",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/news/policyList",
+ "style": {
+ "navigationBarTitleText": "推送政策",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/login/blank",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "navigationBarTextStyle": "white",
+ "navigationBarShadow": {
+ "colorType": "none"
+ }
+ }
+ },
+ {
+ "path": "pages/recruit/subPage/enterpriceCertification/enterpriceCertification",
+ "style": {
+ "navigationBarTitleText": "企业认证",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": false
+ }
+ }
+ ],
+ "subPackages": [{
+ "root": "pageMy",
+ "pages": [{
+ "path": "federation/forMembership/password",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "federation/forMembership/payment",
+ "style": {
+ "navigationBarTitleText": "订单确认",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "federation/forMembership/forBook",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "federation/forMembership/perfectXin",
+ "style": {
+ "navigationBarTitleText": "完善入会信息",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "federation/forMembership/Notice",
+ "style": {
+ "navigationBarTitleText": "工会会员须知",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "federation/vip/information",
+ "style": {
+ "navigationBarTitleText": "会员信息",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "help/help",
+ "style": {
+ "navigationBarTitleText": "帮助与反馈",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "help/passWord",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "help/phone",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "help/userInfo",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "help/authentication",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "mycomment/mycomment",
+ "style": {
+ "navigationBarTitleText": "我的评价",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "comment/comment",
+ "style": {
+ "navigationBarTitleText": "我的评价",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/sala",
+ "style": {
+ "navigationBarTitleText": "我的工资",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "my/resume/index",
+ "style": {
+ "navigationBarTitleText": "我的简历",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/resume/setWskill",
+ "style": {
+ "navigationBarTitleText": "我想学习的技能",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/resume/addSkill",
+ "style": {
+ "navigationBarTitleText": "我的技能工种",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/resume/skillLevel",
+ "style": {
+ "navigationBarTitleText": "我的技能水平",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/resume/skill",
+ "style": {
+ "navigationBarTitleText": "我的技能",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/resume/addInd",
+ "style": {
+ "navigationBarTitleText": "我的行业",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/vip/index",
+ "style": {
+ "navigationBarTitleText": "VIP会员申请",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/changePhone",
+ "style": {
+ "navigationBarTitleText": "变更手机号",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/changePassword",
+ "style": {
+ "navigationBarTitleText": "修改密码",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/userBase",
+ "style": {
+ "navigationBarTitleText": "基本信息",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "my/set",
+ "style": {
+ "navigationBarTitleText": "设置",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "contract/index",
+ "style": {
+ "navigationBarTitleText": "我的合同",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "myProject/myProject",
+ "style": {
+ "navigationBarTitleText": "我的申请",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "myProject/myCollection",
+ "style": {
+ "navigationBarTitleText": "我的收藏",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "myProject/browsingHistory",
+ "style": {
+ "navigationBarTitleText": "浏览记录",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "setUserBase/seal/setSealPassword",
+ "style": {
+ "navigationBarTitleText": "设置签名密码",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "setUserBase/seal/sealCanvas",
+ "style": {
+ "navigationBarTitleText": "手写签名",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "setUserBase/seal/forget",
+ "style": {
+ "navigationBarTitleText": "重置密码",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "setUserBase/seal/index",
+ "style": {
+ "navigationBarTitleText": "我的签名",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "setUserBase/icCard/index",
+ "style": {
+ "navigationBarTitleText": "我的银行卡",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "setUserBase/icCard/add",
+ "style": {
+ "navigationBarTitleText": "我的银行卡",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "setUserBase/realName",
+ "style": {
+ "navigationBarTitleText": "实名认证",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "setUserBase/index",
+ "style": {
+ "navigationBarTitleText": "填写认证信息",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "setUserBase/mailbox",
+ "style": {
+ "navigationBarTitleText": "添加信件",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "setUserBase/complain",
+ "style": {
+ "navigationBarTitleText": "投诉建议",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "apply/rights",
+ "style": {
+ "navigationBarTitleText": "法律维权帮扶",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "help/questions/questions",
+ "style": {
+ "navigationBarTitleText": "常见问题",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "help/questions/questionDetail",
+ "style": {
+ "navigationBarTitleText": "问题详情",
+ "navigationBarBackgroundColor": "#FFFFFF"
+ }
+ },
+ {
+ "path": "apply/applications",
+ "style": {
+ "navigationBarTitleText": "我的申请",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ }
+ ]
+ }],
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8",
+ "navigationBarShadow": {
+ "colorType": "grey"
+ }
+ },
+ "tabBar": {
+ "borderStyle": "black",
+ "backgroundColor": "#fff",
+ "color": "#000",
+ "fontSize": "12px",
+ "iconWidth": "24px",
+ "selectedColor": "#1B66FF",
+ "list": [{
+ "pagePath": "pages/index/index",
+ "iconPath": "static/img/tabbar/home.png",
+ "selectedIconPath": "static/img/tabbar/homeactive.png",
+ "text": "首页"
+ },
+ {
+ "pagePath": "pages/project/project",
+ "iconPath": "static/img/tabbar/guanzhu.png",
+ "selectedIconPath": "static/img/tabbar/guanzhuactive.png",
+ "text": "招聘"
+ },
+ {
+ "pagePath": "pages/news/news",
+ "iconPath": "static/img/tabbar/add.png",
+ "selectedIconPath": "static/img/tabbar/addactive.png",
+ "text": "消息"
+ },
+ {
+ "pagePath": "pages/my/my",
+ "iconPath": "static/img/tabbar/me.png",
+ "selectedIconPath": "static/img/tabbar/meactive.png",
+ "text": "我的"
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index fb9db3d..7ac2570 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -8,7 +8,7 @@
+ placeholder="搜任务/搜岗位/搜政策" />
搜索
diff --git a/pages/project/newProject.vue b/pages/project/newProject.vue
index f9b2e33..b6d44de 100644
--- a/pages/project/newProject.vue
+++ b/pages/project/newProject.vue
@@ -1,557 +1,571 @@
-
-
-
- 搜 索
-
-
-
-
-
-
-
- {{
- item
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
- {{ item.articleTitle }}
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 搜 索
+
+
+
+
+
+
+
+ {{
+ item
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+ {{ item.articleTitle }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/project/project copy.vue b/pages/project/project copy.vue
index d6590d1..ade23da 100644
--- a/pages/project/project copy.vue
+++ b/pages/project/project copy.vue
@@ -1,713 +1,741 @@
-
-
-
- 搜 索
-
-
-
-
-
- 四川德阳市
-
-
-
-
-
-
- {{
- item
- }}
-
-
-
- 筛选
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 搜 索
+
+
+
+
+
+ 四川德阳市
+
+
+
+
+
+
+ {{
+ item
+ }}
+
+
+
+ 筛选
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/project/project.vue b/pages/project/project.vue
index d34615f..17f624a 100644
--- a/pages/project/project.vue
+++ b/pages/project/project.vue
@@ -1,703 +1,739 @@
-
-
-
- 搜 索
-
-
-
-
-
- 四川德阳市
-
-
-
-
-
-
- {{
- item
- }}
-
-
-
- 筛选
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 搜 索
+
+
+
+
+
+ 四川德阳市
+
+
+
+
+
+
+ {{
+ item
+ }}
+
+
+
+ 筛选
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue b/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue
index b1265ec..c87d7ba 100644
--- a/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue
+++ b/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue
@@ -1,7 +1,7 @@
-
+
企业信息
@@ -40,7 +40,8 @@
-
+
@@ -56,11 +57,18 @@
相关资料
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -80,10 +88,98 @@
import {
addInviteCompanyAuth
} from '@/api/userrecruit.js'
- const rules = []
import {
mapState
} from 'vuex'
+ const rules = {
+ comname: {
+ type: 'string',
+ required: true,
+ message: '请输入企业名称',
+ trigger: ['change']
+ },
+ companyTid: {
+ type: 'string',
+ required: true,
+ message: '请输入统一信用代码',
+ trigger: ['change']
+ },
+ masterName: {
+ type: 'string',
+ required: true,
+ message: '请输入法人姓名',
+ trigger: ['change']
+ },
+ masterIdentity: {
+ type: 'string',
+ required: true,
+ pattern: /^[1-9]\d{5}(19|20)\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[Xx\d]$/,
+ message: '请输入法人身份证号',
+ trigger: ['change']
+ },
+ cityId: {
+ type: 'string',
+ required: true,
+ message: '请选择所在地区',
+ trigger: ['change']
+ },
+ companyAddress: {
+ type: 'string',
+ required: true,
+ message: '请输入详细地址',
+ trigger: ['change']
+ },
+ nature: {
+ type: 'string',
+ required: true,
+ message: '请选择企业性质',
+ trigger: ['change']
+ },
+ tradeId: {
+ type: 'string',
+ required: true,
+ message: '请选择行业',
+ trigger: ['change']
+ },
+ companyDesc: {
+ type: 'string',
+ min: 20,
+ required: true,
+ message: '请输入企业介绍(最少20个字符)',
+ trigger: ['change']
+ },
+ manager: {
+ type: 'string',
+ required: true,
+ message: '请输入联系人',
+ trigger: ['change']
+ },
+ telphone: {
+ type: 'string',
+ required: true,
+ pattern: /^1[3-9]{1}[0-9]{9}$/,
+ message: '请输入手机号码',
+ trigger: ['change']
+ },
+ identityUrl4Id: {
+ type: 'string',
+ required: true,
+ message: '请上传法人身份证(人像)',
+ trigger: ['change']
+ },
+ identityUrl5Id: {
+ type: 'string',
+ required: true,
+ message: '请上传法人身份证(国徽)',
+ trigger: ['change']
+ },
+ authUrlId: {
+ type: 'string',
+ required: true,
+ message: '请上传企业营业执照',
+ trigger: ['change']
+ },
+ }
export default {
components: {
UploadIdNumber,
@@ -108,28 +204,29 @@
created() {
this.formData.manager = this.authInfo.realName
this.formData.idNumber = this.authInfo.idNumber
- console.log(this.authInfo)
- console.log(this.userInfo)
},
methods: {
hideKeyboard() {
uni.hideKeyboard()
},
async submit() {
- let data = {
- ...this.formData,
- nature: Number(this.formData.nature),
- cityId: Number(this.formData.cityId),
- tradeId: Number(this.formData.tradeId),
- }
- let params = {
- // auth: this.authInfo.authValue
- }
- let resData = await addInviteCompanyAuth({
- params,
- data
+ const _this = this
+ this.$refs.formOne.validate().then(res => {
+ _this.$api.msg('提交数据')
+ }).catch(errors => {
+ _this.$api.msg('请完善内容')
})
- console.log(resData)
+ // let params = {
+ // ...this.formData,
+ // nature: Number(this.formData.nature),
+ // cityId: Number(this.formData.cityId),
+ // tradeId: Number(this.formData.tradeId),
+ // }
+ // let resData = await addInviteCompanyAuth(params)
+ // console.log(resData)
+ // if (resData.data.code === 200) {
+ // _this.$api.msg('已完成企业信息认证')
+ // }
},
reset() {
const _this = this
diff --git a/pages/seach/seach.vue b/pages/seach/seach.vue
index 7ca310b..5a5d6d8 100644
--- a/pages/seach/seach.vue
+++ b/pages/seach/seach.vue
@@ -1,426 +1,448 @@
-
-
-
-
-
-
-
- 搜索
-
-
-
-
-
-
-
-
-
-
-
- {{ keywords }}
-
-
-
-
-
-
-
-
- 搜索结果
-
-
- {{ item.name }}
- 任务
- 岗位
- 政策
- 招工
-
- 没有更多数据了
- 暂无数据
-
-
- 搜索记录
-
-
- 清空
-
-
-
- {{ item.keywords }}
-
-
- 暂无历史记录
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
- 暂无信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 完善技能,获取精推荐
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+ {{ keywords }}
+
+
+
+
+
+
+
+
+ 搜索结果
+
+
+ {{ item.name }}
+ 任务
+ 岗位
+ 政策
+ 招工
+
+ 没有更多数据了
+
+ 暂无数据
+
+
+ 搜索记录
+
+
+ 清空
+
+
+
+ {{ item.keywords }}
+
+
+ 暂无历史记录
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+ 暂无信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 完善技能,获取精推荐
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index a412b25..5771477 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,7 +3,7 @@ module.exports = {
port: 1887,
proxy: {
'/api': {
- target: 'http://192.168.1.106:8000',
+ target: 'http://10.165.0.173:8000',
ws: true,
pathRewrite: {
'^/api': '/'