diff --git a/pages/project/project.vue b/pages/project/project.vue
index 17f624a..b59dde5 100644
--- a/pages/project/project.vue
+++ b/pages/project/project.vue
@@ -183,20 +183,7 @@
// this.getPolicy()
},
onShow: function() {
- switch (this.activeTab) {
- case 0:
- this.getNewList();
- break;
- case 1:
- this.getNearList();
- break;
- case 2:
- this.getPolicy();
- break;
- default:
- this.getNewList();
- break;
- }
+ this.download();
if (this.$store.state.user.token) {
this.$store.dispatch('refreshAuthState').then((e) => {
@@ -295,6 +282,7 @@
changeTab: function(e) {
this.isSearch = false;
this.activeTab = e;
+ this.download();
},
goPolicyInfo(data) {
diff --git a/pages/projectInfo/projectInfo.vue b/pages/projectInfo/projectInfo.vue
index a4dadd0..3978e26 100644
--- a/pages/projectInfo/projectInfo.vue
+++ b/pages/projectInfo/projectInfo.vue
@@ -1,563 +1,614 @@
-
-
-
-
- {{info.missionTitle}}
-
-
-
- 任务日期:{{dateFormat((info.stime))}}至{{dateFormat((info.etime))}}
-
-
-
- 行业类型:{{info.tradeNames}}
-
-
- 工种类型:{{info.worktypeNames}}
-
-
- {{info.wage}}
-
-
-
-
- 任务要求
-
-
-
- 年龄要求:{{age[info.ageDesc]}}
-
-
-
-
- 学历要求:{{education[info.education]}}
-
-
- 经验要求:{{experience[info.experienceDesc]}}
-
-
-
- 任务描述
-
-
- {{info.missionDesc}}
-
-
-
-
- {{item}}
-
-
-
-
- 来源:{{info.jobSources}}
-
-
-
-
- 公司信息
-
-
- {{info.companyName}}
-
-
- 公司地址:{{info.companyAddress}}
-
-
-
-
- 地址
-
-
-
- 任务地址:{{info.address}}
-
-
-
-
-
-
-
-
- 收藏
- 已收藏
-
-
-
- 电话联系
-
-
- 申请
-
-
-
-
-
-
-
- 收藏
- 已收藏
-
-
-
- 电话联系
-
- 已申请
-
-
-
-
- +
-
-
- +
-
-
-
- 下一步
-
-
-
-
- 重要提示:
- 为保障个人基本劳动权益,建议通过平台用工的形式就业
- {{ info.callName }} : {{ info.callTel }}
-
-
-
-
-
-
- +
-
-
- +
-
-
-
- 签名密码
- 6位数字签名密码
-
-
-
-
- 忘记密码?
-
-
-
-
-
-
+
+
+
+
+ {{info.missionTitle}}
+
+
+
+
+ 开始时间:{{dateFormat((info.stime))}}
+
+
+
+ 招聘人数:{{info.peopleNum}}
+
+
+ 行业类型:{{info.tradeNames}}
+
+
+ 零工工种:{{info.worktypeNames || '暂无'}}
+
+
+ {{info.wage}}
+
+
+
+
+ 任务要求
+
+
+
+ 年龄要求:{{age[info.ageDesc]}}
+
+
+
+
+ 学历要求:{{education[info.education]}}
+
+
+
+
+ 经验要求:{{experience[info.experienceDesc]}}
+
+
+
+ 任务描述
+
+
+ {{info.missionDesc}}
+
+
+
+
+ {{item}}
+
+
+
+
+ 来源:{{info.jobSources}}
+
+
+
+
+
+
+ {{info.companyName}}
+
+
+
+
+
+ 地址
+
+
+
+ 公司地址:{{info.companyAddress || '暂无'}}
+
+
+ 工作地址:{{info.address}}
+
+
+
+
+
+
+
+
+ 收藏
+ 已收藏
+
+
+
+ 电话联系
+
+
+ 申请
+
+
+
+
+
+
+
+ 收藏
+ 已收藏
+
+
+
+ 电话联系
+
+ 已申请
+
+
+
+
+ +
+
+
+ +
+
+
+
+ 下一步
+
+
+
+
+ 重要提示:
+ 为保障个人基本劳动权益,建议通过平台用工的形式就业
+ {{ info.callName }} :
+ {{ info.callTel }}
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ 签名密码
+ 6位数字签名密码
+
+
+
+
+ 忘记密码?
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/projectInfo/workInfo.vue b/pages/projectInfo/workInfo.vue
index 57d408a..0fafd51 100644
--- a/pages/projectInfo/workInfo.vue
+++ b/pages/projectInfo/workInfo.vue
@@ -1,571 +1,624 @@
-
-
-
-
- {{info.jobName}}
-
-
-
- 发布日期:{{dateFormat((info.stime))}}
-
-
- 招聘人数:{{info.peopleNum}}
-
-
- 行业类型:{{info.tradeNames?info.tradeNames:info.jobCompanyIndustry}}
-
-
- 工种类型:{{info.skillNames}}
-
-
-
-
-
- 岗位要求
-
-
-
-
- 学历要求:{{info.education}}
-
-
- 经验要求:{{info.experienceDesc}}
-
-
-
- 岗位地址:{{info.jobAddress}}
-
-
- 任务描述
-
-
- {{info.jobDescription}}
-
-
-
-
- {{item}}
-
-
-
-
- 来源:{{info.jobSources}}
-
-
-
-
-
-
-
-
- {{info.jobCompanyName}}
-
-
-
-
- 地址
-
-
-
-
- 岗位地址:{{info.address}}
-
-
-
-
-
-
-
-
- 收藏
- 已收藏
-
-
-
- 电话联系
-
-
- 申请
-
-
-
-
-
-
-
- 收藏
- 已收藏
-
-
-
- 电话联系
-
- 已申请
-
-
-
-
- +
-
-
- +
-
-
-
- 下一步
-
-
-
-
- 重要提示:
- 为保障个人基本劳动权益,建议通过平台用工的形式就业
- {{ info.callName }} : {{ info.callTel }}
-
-
-
-
-
-
- +
-
-
- +
-
-
-
- 签名密码
- 6位数字签名密码
-
-
-
-
- 忘记密码?
-
-
-
-
-
-
+
+
+
+
+ {{info.jobName}}
+
+
+
+ 发布日期:{{dateFormat((info.stime))}}
+
+
+ 招聘人数:{{info.peopleNum}}
+
+
+ 行业类型:{{info.tradeNames?info.tradeNames:info.jobCompanyIndustry}}
+
+
+ 岗位工种:{{info.skillNames}}
+
+
+
+
+
+ 岗位要求
+
+
+
+
+ 年龄要求:{{age[info.ageDesc]}}
+
+
+
+
+ 学历要求:{{info.education || '暂无'}}
+
+
+
+
+ 经验要求:{{info.experienceDesc}}
+
+
+
+
+
+ 岗位描述
+
+
+ {{info.jobDescription}}
+
+
+
+
+ {{item}}
+
+
+
+
+ 来源:{{info.jobSources}}
+
+
+
+
+
+
+
+
+
+ {{info.jobCompanyName}}
+
+
+
+
+ 地址
+
+
+
+
+ 工作地址:{{`${info.province}${info.city}${info.county}` || '暂无'}}
+
+
+ 详细地址:{{info.address}}
+
+
+
+
+
+
+
+
+ 收藏
+ 已收藏
+
+
+
+ 电话联系
+
+
+ 申请
+
+
+
+
+
+
+
+ 收藏
+ 已收藏
+
+
+
+ 电话联系
+
+ 已申请
+
+
+
+
+ +
+
+
+ +
+
+
+
+ 下一步
+
+
+
+
+ 重要提示:
+ 为保障个人基本劳动权益,建议通过平台用工的形式就业
+ {{ info.callName }} :
+ {{ info.callTel }}
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ 签名密码
+ 6位数字签名密码
+
+
+
+
+ 忘记密码?
+
+
+
+
+
+
\ No newline at end of file