@@ -525,18 +513,6 @@ export default {
...mapGetters(['userinform', 'token']),
},
methods: {
- iframeConttle() {
- this.isShowIframe = !this.isShowIframe
- const iframe = document.querySelector('#fram_box')
- if (this.isShowIframe) {
- iframe.style.bottom = '30px'
- iframe.style.right = '30px'
- } else {
- iframe.style.bottom = '-99999999999999px'
- iframe.style.right = '-99999999999999px'
- }
-
- },
peopleClick() {
this.isshowDialog = true
},
@@ -629,6 +605,9 @@ export default {
const x = document.querySelector('.closeX')
x.style.display = 'none'
},
+ lookMore() {
+ this.$router.push('/ability/more')
+ }
},
}
diff --git a/src/page/homepage/personability/abilityApply.vue b/src/page/homepage/personability/abilityApply.vue
new file mode 100644
index 0000000..f67bdfa
--- /dev/null
+++ b/src/page/homepage/personability/abilityApply.vue
@@ -0,0 +1,788 @@
+
+
+
+
+
+
+
+
+
请放心认证,关键测试宝平台承诺保障你的个人信息安全
+
+
+
+
+
+
+
+
+
+
+
开始验证
+
+

+ 验证通过
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+

+
删除
+
+
+
+ 新增经历
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ 删除
+
+
+
+ 新增经历
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ 删除
+
+
+
+ 新增证书
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ 删除
+
+
+
+ 新增经历
+
+
+
提交成功,等待审核
+
+

+ 审核通过
+
+
+

+ 审核不通过
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/page/homepage/personability/abilityMore.vue b/src/page/homepage/personability/abilityMore.vue
new file mode 100644
index 0000000..40494c0
--- /dev/null
+++ b/src/page/homepage/personability/abilityMore.vue
@@ -0,0 +1,242 @@
+
+
+

+
+
+
+
+
![]()
+
{{ it.name }}
+
{{ it.zhicheng }}
+
{{ it.zhicheng }}
+
+
+
+

+ {{ it.school }}
+
+
+

+ {{ it.maj }}
+
+
+
+

+ 西安
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/page/personalpage/commonheader/personalheader.vue b/src/page/personalpage/commonheader/personalheader.vue
index 4e9008b..45ec730 100644
--- a/src/page/personalpage/commonheader/personalheader.vue
+++ b/src/page/personalpage/commonheader/personalheader.vue
@@ -212,6 +212,9 @@
个人中心
+
+ 个人简历
+
基本信息
diff --git a/src/page/personalpage/home/resume.vue b/src/page/personalpage/home/resume.vue
new file mode 100644
index 0000000..b2070aa
--- /dev/null
+++ b/src/page/personalpage/home/resume.vue
@@ -0,0 +1,568 @@
+
+
+
+
云员工个人简历
+
+
+
+
+
+
+
+
+
+ 张三(已实名)
+
+
+ 男
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+

+ 删除
+
+
+
+ 新增经历
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ 删除
+
+
+
+ 新增经历
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ 删除
+
+
+
+ 新增证书
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ 删除
+
+
+
+ 新增经历
+
+
+
+
+
保存并发布
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router/router.js b/src/router/router.js
index 48d853c..67d14bd 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -13,11 +13,14 @@ import crowddetails from "../page/homepage/crowdsourcing/crowddetails.vue"
import publishtasks from "../page/homepage/crowdsourcing/publishtasks.vue"
import train from "../page/homepage/traininstitute/train.vue"
import ability from "../page/homepage/personability/ability.vue"
+import abilityMore from "../page/homepage/personability/abilityMore.vue"
+import abilityApply from "../page/homepage/personability/abilityApply.vue"
import employ from "../page/homepage/employ/employ.vue"
import cooperation from "../page/homepage/cooperation/cooperation.vue"
import aboutwo from "../page/homepage/aboutus/aboutwo.vue"
import personal from "../page/personalpage/index.vue"
import personalcenter from "../page/personalpage/home/personalcenter.vue"
+import resume from "../page/personalpage/home/resume.vue"
import stationmessage from "../page/personalpage/home/stationmessage.vue"
import myorder from "../page/personalpage/testtool/myorder.vue"
import mytask from "../page/personalpage/testmanagement/mytask.vue"
@@ -29,6 +32,8 @@ import testKit from "../page/personalpage/testtreasure/testKit.vue"
import demand from "../page/personalpage/demand/index.vue"
import myreview from '../page/personalpage/myreview/index.vue'
import myBm from '../page/personalpage/myBm/index.vue'
+import currentcrowd from "../page/personalpage/testcrowd/currentcrowd.vue"
+
// import logpage from "../page/logpage/index.vue"
// import openSource from "../page/homepage/openSource/index.vue"
// import openSourceTooldetails from "../page/homepage/openSource/tooldetails.vue"
@@ -49,7 +54,6 @@ import myBm from '../page/personalpage/myBm/index.vue'
// import mytooldetails from "../page/personalpage/testtool/mytooldetails.vue"
// import myshopcart from "../page/personalpage/testtool/myshopcart.vue"
// import crowdmarket from "../page/personalpage/testcrowd/crowdmarket.vue"
-import currentcrowd from "../page/personalpage/testcrowd/currentcrowd.vue"
// import crowdinform from "../page/personalpage/testcrowd/crowdinform.vue"
// import mycrowd from "../page/personalpage/testcrowd/mycrowd.vue"
// import pendingtask from "../page/personalpage/testcrowd/pendingtask.vue"
@@ -87,6 +91,8 @@ const router = new Router({
{ path: 'crowdsourcing/publishtasks', component: publishtasks, },
{ path: 'college', component: train },
{ path: 'ability', component: ability },
+ { path: 'ability/more', component: abilityMore },
+ { path: 'ability/apply', component: abilityApply },
// {path:'news',component:dynamics,},
// {path:'news/detail',component:industrydetails,name:'industrydynamics',},
{ path: 'employ', component: employ },
@@ -116,6 +122,7 @@ const router = new Router({
children: [
// {path:'/',component:imember,meta: { title: '工作台', isAuth: true,type:1}},
{ path: 'profile', component: personalcenter, meta: { title: '个人中心', isAuth: true, type: 1 } },
+ { path: 'resume', component: resume, meta: { title: '个人简历', isAuth: true, type: 1 } },
{ path: 'message', component: stationmessage, meta: { title: '站内消息', isAuth: true, type: 1 } },
// {path:'messagelist',component:messagelist,meta: { title: '消息列表', isAuth: true,type:1}},
// {path:'toolsmarket',component:toolmarket,meta: { title: '工具市场', isAuth: true,type:2}},