From a4c2ac74a478d815db2b76cca3390efc9242e9d9 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Sat, 27 May 2023 09:17:27 +0800 Subject: [PATCH] v_1.0.0 --- src/components/FirstJob/joblist.vue | 5018 ++++++++++---------- .../userinfo/accountsetting/components/bocaiTV.vue | 254 + src/components/userinfo/accountsetting/inedex.vue | 1387 +++--- src/router/index.js | 8 + src/style/index.less | 16 +- src/utils/commonUtil.js | 6 + 6 files changed, 3462 insertions(+), 3227 deletions(-) create mode 100644 src/components/userinfo/accountsetting/components/bocaiTV.vue diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index d3dc4eb..d7c96e5 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -1,15 +1,15 @@ diff --git a/src/components/userinfo/accountsetting/components/bocaiTV.vue b/src/components/userinfo/accountsetting/components/bocaiTV.vue new file mode 100644 index 0000000..e195cfe --- /dev/null +++ b/src/components/userinfo/accountsetting/components/bocaiTV.vue @@ -0,0 +1,254 @@ + + + + diff --git a/src/components/userinfo/accountsetting/inedex.vue b/src/components/userinfo/accountsetting/inedex.vue index fc4fa03..63bbd2e 100644 --- a/src/components/userinfo/accountsetting/inedex.vue +++ b/src/components/userinfo/accountsetting/inedex.vue @@ -1,85 +1,98 @@ diff --git a/src/router/index.js b/src/router/index.js index 2b34964..2302ea7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -178,6 +178,14 @@ const routes = [ "../components/userinfo/usercenter/components/mybalance.vue" ), }, + { + path: "bocaiTV", + name: "bocaiTV", + component: () => + import( + "../components/userinfo/accountsetting/components/bocaiTV.vue" + ), + }, ], }, ], diff --git a/src/style/index.less b/src/style/index.less index 6aaf1cd..357df33 100644 --- a/src/style/index.less +++ b/src/style/index.less @@ -1,4 +1,6 @@ -@import "http://at.alicdn.com/t/c/font_3135652_jrvheq4b5p.css"; + +@import "http://at.alicdn.com/t/c/font_3135652_27jwfazqvln.css"; + // 初始化页面样式 body, h1, @@ -589,7 +591,7 @@ p.bottombox { } .ant-btn-primary:hover { border-color: #ff4400; - background-color: #ff5416; + background-color: #ff5416; color: #fff; } .ant-input:hover { @@ -598,3 +600,13 @@ p.bottombox { .ant-select-selection:active { box-shadow: none; } +.bb1 { + border-bottom: 1px solid #ddd; +} +.bbdot1 { + border-bottom: 1px dashed #ddd; +} +.bd1{ + border: 1px solid #ddd; + +} \ No newline at end of file diff --git a/src/utils/commonUtil.js b/src/utils/commonUtil.js index 125b6f1..5520339 100644 --- a/src/utils/commonUtil.js +++ b/src/utils/commonUtil.js @@ -1401,6 +1401,9 @@ export function disposeJobListData(jobList) { } else { districtStr = districtArr1.join(""); } + if(item.district.indexOf('undefined') > -1){ + districtStr = '-丨' + } //districtStr = districtArr[1] + '丨' + districtArr[2]; } item["district"] = districtStr; @@ -1561,6 +1564,9 @@ export function disposeJobListData(jobList) { // districtStr = districtArr[1] + "丨" + districtArr[2]; districtStr = districtArr1.join(""); } + if(item.district.indexOf('undefined') > -1){ + districtStr = '-丨' + } //districtStr = districtArr[1] + '丨' + districtArr[2]; } jobList["district"] = districtStr;