diff --git a/components/companyList/companyList.vue b/components/companyList/companyList.vue index 9d6407a..ac5e5a9 100644 --- a/components/companyList/companyList.vue +++ b/components/companyList/companyList.vue @@ -18,15 +18,19 @@ {{ companyitem.companyName }} - + {{ companyitem.missionCompanyName }} - + + + + 2.2km diff --git a/components/companyList/workList.vue b/components/companyList/workList.vue index dbf007d..89a84e4 100644 --- a/components/companyList/workList.vue +++ b/components/companyList/workList.vue @@ -18,15 +18,19 @@ {{ companyitem.jobCompanyName }} - + {{ companyitem.missionCompanyName }} - + + + + 2.2km diff --git a/pages/project/project.vue b/pages/project/project.vue index 3150206..8879466 100644 --- a/pages/project/project.vue +++ b/pages/project/project.vue @@ -77,7 +77,7 @@ 完善技能 --> - + {{ item.articleTitle }} @@ -267,6 +267,22 @@ export default { } }) }, + goPolicyInfo(data){ + if(data){ + // var val=encodeURIComponent(data) + + uni.navigateTo({ + url:`/pages/user/policyContent?id=${data}` + }) + + } + else{ + // uni.showToast({ + // title:'暂无内容', + // icon:'none' + // }) + } + }, //推荐任务; getRecommendList: function () { recommendMission(this.recommendPage.current, this.recommendPage.size, '').then(res => { diff --git a/static/img/location_new.png b/static/img/location_new.png new file mode 100644 index 0000000..7e539ee Binary files /dev/null and b/static/img/location_new.png differ