From 6eccb9461fcc82f50a702be94375acd7ee366079 Mon Sep 17 00:00:00 2001
From: wangxia <779219182@qq.com>
Date: Fri, 27 May 2022 13:55:56 +0800
Subject: [PATCH] 1
---
src/assets/fontfile/iconfont.js | 2 +-
src/components/FirstJob/components/recommend.vue | 10 +-
src/components/FirstJob/components/recordbill.vue | 10 +-
src/components/FirstJob/components/timepicker.vue | 38 +-
src/components/FirstJob/detail.vue | 2414 +++++++-------
src/components/FirstJob/joblist.vue | 3506 ++++++++++----------
src/components/FirstJob/joblist1.vue | 72 +-
src/components/FirstJob/recordBill.vue | 2756 ++++++++-------
src/components/Login/login.vue | 8 +-
src/components/Login/register.vue | 8 +-
src/components/Login/updatepsw.vue | 6 +-
src/components/ServiceOutlets/index.vue | 14 +-
src/components/main/index.vue | 6 +-
src/components/main/index1.vue | 6 +-
.../accountsetting/components/boundbankcard.vue | 2 +-
.../accountsetting/components/boundtel.vue | 94 +-
.../userinfo/accountsetting/components/boundwx.vue | 2 +-
.../accountsetting/components/loginpsw.vue | 271 +-
.../accountsetting/components/realname.vue | 2 +-
src/components/userinfo/accountsetting/inedex.vue | 28 +-
.../userinfo/usercenter/components/mybalance.vue | 2 +-
.../userinfo/usercenter/components/mybill.vue | 301 +-
.../userinfo/usercenter/components/mycard.vue | 10 +-
.../userinfo/usercenter/components/myintegral.vue | 2 +-
.../userinfo/usercenter/components/townsman.vue | 988 +++---
src/style/index.less | 38 +-
src/style/index.wxss | 38 +-
src/style/userinfo.less | 4 +-
src/svg.js | 2 +-
src/views/login.vue | 2 +-
src/views/main.vue | 38 +-
src/views/userinfo.vue | 30 +-
static/img/map.svg | 2 +-
static/img/定位.svg | 2 +-
34 files changed, 5716 insertions(+), 4998 deletions(-)
diff --git a/src/assets/fontfile/iconfont.js b/src/assets/fontfile/iconfont.js
index 7f35a9a..cb5c6d6 100644
--- a/src/assets/fontfile/iconfont.js
+++ b/src/assets/fontfile/iconfont.js
@@ -5,7 +5,7 @@
i,
z,
v =
- '',
+ '',
o = (o = document.getElementsByTagName("script"))[
o.length - 1
].getAttribute("data-injectcss"),
diff --git a/src/components/FirstJob/components/recommend.vue b/src/components/FirstJob/components/recommend.vue
index 2ee10af..4067fb2 100644
--- a/src/components/FirstJob/components/recommend.vue
+++ b/src/components/FirstJob/components/recommend.vue
@@ -167,7 +167,7 @@ export default {
i {
display: inline-block;
line-height: 20px;
- border-bottom: 2px solid #ff6a00;
+ border-bottom: 2px solid #ff4400;
padding: 6px 0;
}
span {
@@ -177,7 +177,7 @@ export default {
width: 4px;
height: 20px;
margin-right: 8px;
- background: #ff6a00;
+ background: #ff4400;
}
}
.jobinfobox:last-of-type {
@@ -209,7 +209,7 @@ export default {
height: 20px;
left: 0;
bottom: 0;
- background: #ff6a00;
+ background: #ff4400;
border-radius: 16px 16px 16px 0px;
font-size: 12px;
font-weight: 500;
@@ -242,7 +242,7 @@ export default {
margin-top: 12px;
text-align: left;
// span:first-child {
- // color: #ff6a00;
+ // color: #ff4400;
// background: rgba(254, 97, 0, 0.1);
// }
span {
@@ -261,7 +261,7 @@ export default {
margin-bottom: 16px;
font-size: 16px;
text-align: left;
- color: #ff6a00;
+ color: #ff4400;
font-weight: normal;
line-height: 18px;
span {
diff --git a/src/components/FirstJob/components/recordbill.vue b/src/components/FirstJob/components/recordbill.vue
index 81db892..e190bbf 100644
--- a/src/components/FirstJob/components/recordbill.vue
+++ b/src/components/FirstJob/components/recordbill.vue
@@ -120,8 +120,8 @@
style="
margin-left: 10px;
color: #fff;
- background-color: #ff6a00;
- border-color: #ff6a00;
+ background-color: #ff4400;
+ border-color: #ff4400;
"
@click="handleOk"
>
@@ -406,10 +406,10 @@ export default {
box-shadow: none;
}
.ant-radio-inner {
- border-color: #ff6a00;
+ border-color: #ff4400;
box-shadow: none;
&::after {
- background-color: #ff6a00 !important;
+ background-color: #ff4400 !important;
}
}
}
@@ -420,7 +420,7 @@ export default {
display: none;
}
&:hover .ant-radio-inner {
- border-color: #ff6a00 !important;
+ border-color: #ff4400 !important;
box-shadow: none;
}
}
diff --git a/src/components/FirstJob/components/timepicker.vue b/src/components/FirstJob/components/timepicker.vue
index 01dacc9..4f01747 100644
--- a/src/components/FirstJob/components/timepicker.vue
+++ b/src/components/FirstJob/components/timepicker.vue
@@ -177,13 +177,12 @@ export default {
},
isShow() {
const that = this;
- let box = document.querySelector('.time-container')
- box.style.opacity = 1
+ let box = document.querySelector(".time-container");
+ box.style.opacity = 1;
if (this.isShow) {
// console.log(this.selectHour);
-
+
this.$nextTick(() => {
-
this.selectDate = new Date(
new Date(this.datetime || new Date()).format("yyyy-MM-dd 00:00")
).getTime();
@@ -280,12 +279,11 @@ export default {
// this.confirmPicker();
},
closePicker() {
- let box = document.querySelector('.time-container')
- box.style.opacity = 0
+ let box = document.querySelector(".time-container");
+ box.style.opacity = 0;
setTimeout(() => {
- this.$emit("update:is-show", false);
-
- }, (300));
+ this.$emit("update:is-show", false);
+ }, 300);
console.log(box);
},
setNow() {
@@ -367,7 +365,7 @@ export default {
},
closebox() {
console.log(this.selectDate);
- this.closePicker()
+ this.closePicker();
},
// onSelectMinute(n) {
// this.selectMinute = n;
@@ -428,9 +426,9 @@ export default {
};
diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue
index c5c09d4..3e622eb 100644
--- a/src/components/FirstJob/joblist.vue
+++ b/src/components/FirstJob/joblist.vue
@@ -1,15 +1,15 @@
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
- -
-
热门地区
-
- -
-
- {{ i }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ -
+
热门地区
+
+ -
+
+ {{ i }}
+
+
+
+
+
+
+
+
+
+
-
-
-
{{ currentCity }} false"
- @input="resetAgeSearch"
- @keyup.enter="onSearch"
- @click.stop="
- () => {
- return false;
- }
- "
- >
-
-
-
-
-
-
热门企业:
-
- -
- {{ item.storeName }}
-
-
-
-
-
+
+
+
+
- -
-
-
- -
-
-
-
- -
-
-
- -
- 清空筛选条件
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
![]()
-

-
-
-
+
+
+
+
+
+
![]()
+

+
+
+
-
{{ item.jobName }}
-
-
- {{ item.district }}
- {{ item.gender }}
- {{ item.age }}
-
-
-
- {{ item1 }}
-
-
-
+
{{ item.jobName }}
+
+
+ {{ item.district }}
+ {{ item.gender }}
+ {{ item.age }}
+
+
+
+ {{ item1 }}
+
+
+
- {{ item.minMonthlyPay ? item.minMonthlyPay : "" }}-{{ item.maxMonthlyPay ? item.maxMonthlyPay : "" }}元/月
-
-
- {{ getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue) }}
+ {{
+ item.minMonthlyPay ? item.minMonthlyPay : ""
+ }}-{{
+ item.maxMonthlyPay ? item.maxMonthlyPay : ""
+ }}元/月
+
+
+ {{
+ getSalaryClassifyValue(
+ item.salaryClassify,
+ item.salaryClassifyValue
+ )
+ }}
-
-
-
-
-
-
-
-
- 更新时间:{{ item.updateTime || "--" }} ( {{ item.diffTime || "--" }} )
-
-
-
服务费
-
{{ item.servetype }}
-
-
-
-
-
更多
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
我的日历
-
- {{ dateinfo.day }}
-
-
- {{ dateinfo.week }}
-
-
- {{ dateinfo.date }}
-
-
-
-
服务热线
-
0371-6611 3723
-
-
+
+
+
+
+
+
+
+
+
我的日历
+
+ {{ dateinfo.day }}
+
+
+ {{ dateinfo.week }}
+
+
+ {{ dateinfo.date }}
+
+
+
+
服务热线
+
0371-6611 3723
+
+
-
-
-
-
+
+
+
+
diff --git a/src/components/FirstJob/joblist1.vue b/src/components/FirstJob/joblist1.vue
index 2cbd726..6cf70b3 100644
--- a/src/components/FirstJob/joblist1.vue
+++ b/src/components/FirstJob/joblist1.vue
@@ -194,7 +194,7 @@
@@ -369,17 +369,17 @@
class="day"
:style="{
'font-size': '60px',
- color: '#FF6A00',
+ color: '#ff4400',
'line-height': '80px',
'margin-top': '8px',
}"
>
{{ dateinfo.day }}
-
+
{{ dateinfo.week }}
-
+
{{ dateinfo.date }}
@@ -1059,7 +1059,7 @@ export default {
// border: 1px solid rgba(77, 87, 94, 0.3);
border-radius: 4px;
margin-left: 16px;
- border: 1px solid #ff6a00;
+ border: 1px solid #ff4400;
background-color: #fff;
color: rgba(255, 106, 0, 1);
text-align: center;
@@ -1156,12 +1156,12 @@ export default {
// .ant-btn {
// box-shadow: none;
// &:hover {
-// color: #ff6a00;
-// border-color: #ff6a00;
+// color: #ff4400;
+// border-color: #ff4400;
// }
// }
// .ant-btn.ant-btn-primary {
-// background-color: #ff6a00 !important;
+// background-color: #ff4400 !important;
// border: none;
// line-height: 32px;
// margin-left: 12px;
@@ -1258,19 +1258,19 @@ export default {
font-size: 14px !important;
}
&:hover {
- border-color: #ff6a00;
+ border-color: #ff4400;
box-shadow: none;
}
&:focus {
- border-color: #ff6a00;
+ border-color: #ff4400;
}
}
button {
width: 120px;
height: 44px;
color: white;
- background: #ff6a00;
- border-color: #ff6a00;
+ background: #ff4400;
+ border-color: #ff4400;
border: none;
// border-radius: 16px;
font-size: 18px;
@@ -1349,7 +1349,7 @@ export default {
flex-wrap: wrap;
flex: 1;
li {
- color: #ff6a00;
+ color: #ff4400;
margin-right: 40px;
overflow: hidden;
cursor: pointer;
@@ -1416,7 +1416,7 @@ export default {
height: 15px;
margin-right: 6px;
font-size: 14px;
- color: #ff6a00;
+ color: #ff4400;
// margin-top: -9px;
&::before {
position: absolute;
@@ -1430,7 +1430,7 @@ export default {
.ant-cascader-input {
min-width: 85px;
&:hover &::placeholder {
- color: #ff6a00;
+ color: #ff4400;
}
}
@@ -1468,7 +1468,7 @@ export default {
line-height: 19px;
padding: 0 8px;
color: #fff;
- background-color: #ff6a00;
+ background-color: #ff4400;
border-radius: 999px;
i {
display: inline-block;
@@ -1589,7 +1589,7 @@ export default {
color: #4d575e;
line-height: 20px;
&:hover {
- color: #ff6a00;
+ color: #ff4400;
}
}
.jobinfo {
@@ -1605,7 +1605,7 @@ export default {
margin-top: 14px;
text-align: left;
// span:first-child {
- // color: #ff6a00;
+ // color: #ff4400;
// background: rgba(254, 97, 0, 0.1);
// }
span {
@@ -1629,7 +1629,7 @@ export default {
font-size: 16px;
font-weight: normal;
text-align: left;
- color: #ff6a00;
+ color: #ff4400;
// line-height: 24px;
span {
vertical-align: baseline;
@@ -1675,17 +1675,17 @@ export default {
}
div:first-child {
height: 24px;
- background: #ff6a00;
+ background: #ff4400;
line-height: 21px;
font-size: 14px;
color: #ffffff;
- border: 1px solid #ff6a00;
+ border: 1px solid #ff4400;
border-radius: 4px 4px 0px 0px;
}
div:last-child {
font-weight: normal;
background-color: #fff4e3;
- color: #ff6a00 !important;
+ color: #ff4400 !important;
}
}
.bottombox1 {
@@ -1714,7 +1714,7 @@ export default {
> button:last-child {
margin-left: 16px;
- border: 1px solid #ff6a00;
+ border: 1px solid #ff4400;
background-color: #fff;
color: rgba(255, 106, 0, 1);
cursor: pointer;
@@ -1744,26 +1744,26 @@ export default {
// .ant-pagination-next,
// .ant-pagination-prev {
// a:hover {
- // color: #ff6a00;
+ // color: #ff4400;
// }
// }
// input[type="text"] {
// box-shadow: none;
// &:focus {
- // border: 1px solid #ff6a00;
+ // border: 1px solid #ff4400;
// }
// &:hover {
- // border: 1px solid #ff6a00;
+ // border: 1px solid #ff4400;
// }
// }
// .ant-pagination-item {
// border: none;
// a:hover {
- // color: #ff6a00;
+ // color: #ff4400;
// }
// }
// .ant-pagination-item-active {
- // background: #ff6a00;
+ // background: #ff4400;
// a {
// color: white;
// }
@@ -1796,7 +1796,7 @@ export default {
font-size: 16px;
border-bottom: none;
color: #fff;
- background-color: #ff6a00;
+ background-color: #ff4400;
&::after {
left: 0;
display: none;
@@ -1817,7 +1817,7 @@ export default {
position: absolute;
width: 100%;
font-size: 24px;
- color: #ff6a00;
+ color: #ff4400;
// font-weight: normal;
top: 65%;
left: 50%;
@@ -1841,7 +1841,7 @@ export default {
line-height: 20px;
border-radius: 999px;
border: 0;
- background-color: #ff6a00;
+ background-color: #ff4400;
color: #fff;
top: 55%;
left: 50%;
@@ -1875,7 +1875,7 @@ export default {
cursor: pointer;
}
.active {
- color: #ff6a00;
+ color: #ff4400;
// position: relative;
// &::after {
// content:'';
@@ -1885,9 +1885,9 @@ export default {
// width: 50px;
// bottom: 0;
// left: 0;
- // background-color: #ff6a00;
+ // background-color: #ff4400;
// }
- border-bottom: 2px solid #ff6a00;
+ border-bottom: 2px solid #ff4400;
}
}
}
diff --git a/src/components/FirstJob/recordBill.vue b/src/components/FirstJob/recordBill.vue
index e38e816..8dee936 100644
--- a/src/components/FirstJob/recordBill.vue
+++ b/src/components/FirstJob/recordBill.vue
@@ -1,29 +1,36 @@
-
-
-
-
-
-
-
-
- 一手职位
-
-
-
-
-
- 企业详情
-
-
-
- 报名
-
-
-
-
-
-
+
+
+
+
+
+
+ 一手职位
+
+
+
+
+
+ 企业详情
+
+
+
+ 报名
+
+
+
+
+
+
-
-
{{ proxyinfo.userName !== "" && proxyinfo.userName !== null && proxyinfo.userName !== undefined ? proxyinfo.userName : proxyinfo.tel }}
-
-
- {{ i.userName }}
-
-
-
修改
-
-
-
-
-
-
{{ firminfo.aliasName }}
-
-
- {{ i.aliasName }}
-
-
-
修改
-
-
-
-
-
-
{{ firminfo.jobName }}
-
-
- {{ i.aliasName }}
-
-
-
修改
-
-
+
+
+ {{
+ proxyinfo.userName !== "" &&
+ proxyinfo.userName !== null &&
+ proxyinfo.userName !== undefined
+ ? proxyinfo.userName
+ : proxyinfo.tel
+ }}
+
+
+ {{ i.userName }}
+
+
+
修改
+
+
+
+
+
+
{{ firminfo.aliasName }}
+
+
+ {{ i.aliasName }}
+
+
+
修改
+
+
+
+
+
+
{{ firminfo.jobName }}
+
+
+ {{ i.aliasName }}
+
+
+
修改
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 男
- 女
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
- {{ form.policy }}
-
- 展开收起
-
-
+
+
+
+ {{ form.policy }}
+
+
+ 展开收起
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/components/Login/login.vue b/src/components/Login/login.vue
index cea28fd..7e98396 100644
--- a/src/components/Login/login.vue
+++ b/src/components/Login/login.vue
@@ -400,7 +400,7 @@ export default {
padding: 0 0 0 23px !important;
border: 1px solid #dddddd;
&:hover {
- border-color: #ff6a00;
+ border-color: #ff4400;
}
&:focus {
box-shadow: none;
@@ -418,7 +418,7 @@ export default {
height: 36px;
margin-top: 20px;
border-radius: 27px;
- background-color: #ff6a00;
+ background-color: #ff4400;
font-size: 16px;
border: none;
color: white;
@@ -458,7 +458,7 @@ export default {
line-height: 18px;
margin-top: 2px;
i {
- color: #ff6a00;
+ color: #ff4400;
font-size: 14px;
vertical-align: middle;
margin-right: 5px;
@@ -471,7 +471,7 @@ export default {
transition: all 0.2s;
font-size: 12px;
&:hover {
- color: #ff6a00;
+ color: #ff4400;
}
}
}
diff --git a/src/components/Login/register.vue b/src/components/Login/register.vue
index a4944a2..2e812c8 100644
--- a/src/components/Login/register.vue
+++ b/src/components/Login/register.vue
@@ -97,7 +97,7 @@
/>
注册即表示您已阅读并同意
- 《平台用户协议》
+ 《平台用户协议》
@@ -294,7 +294,7 @@ export default {
width: 100%;
height: 36px;
margin-top: 20px;
- background-color: #ff6a00;
+ background-color: #ff4400;
font-size: 20px;
border: none;
border-radius: 27px;
@@ -313,7 +313,7 @@ export default {
}
}
a {
- color: #ff6a00;
+ color: #ff4400;
}
}
.autologin {
@@ -321,7 +321,7 @@ export default {
justify-content: space-between;
font-size: 14px;
a {
- color: #ff6a00;
+ color: #ff4400;
}
}
.getrulecode {
diff --git a/src/components/Login/updatepsw.vue b/src/components/Login/updatepsw.vue
index 594b766..23909d2 100644
--- a/src/components/Login/updatepsw.vue
+++ b/src/components/Login/updatepsw.vue
@@ -319,7 +319,7 @@ export default {
padding: 0 0 0 23px !important;
border: 1px solid #dddddd;
&:hover {
- border-color: #ff6a00;
+ border-color: #ff4400;
}
&:focus {
box-shadow: none;
@@ -337,7 +337,7 @@ export default {
height: 36px;
margin-top: 8px;
border-radius: 27px;
- background-color: #ff6a00;
+ background-color: #ff4400;
font-size: 16px;
border: none;
color: white;
@@ -374,7 +374,7 @@ export default {
transition: all 0.2s;
}
&:hover {
- color: #ff6a00;
+ color: #ff4400;
}
}
a {
diff --git a/src/components/ServiceOutlets/index.vue b/src/components/ServiceOutlets/index.vue
index dfb135c..babe90e 100644
--- a/src/components/ServiceOutlets/index.vue
+++ b/src/components/ServiceOutlets/index.vue
@@ -168,7 +168,7 @@ export default {
justify-content: space-between;
margin-top: 30px;
.outletslocation {
- color: #ff6a00;
+ color: #ff4400;
// line-height: 22px;
font-size: 17px;
i {
@@ -182,9 +182,9 @@ export default {
width: 100px;
height: 32px;
line-height: 32px;
- border: 1px solid #ff6a00;
+ border: 1px solid #ff4400;
font-size: 16px;
- color: #ff6a00;
+ color: #ff4400;
background-color: #fff;
border-radius: 4px;
}
@@ -198,11 +198,11 @@ export default {
// .ant-pagination-item {
// border: none;
// a:hover {
- // color: #ff6a00;
+ // color: #ff4400;
// }
// }
// .ant-pagination-item-active {
- // background: #ff6a00;
+ // background: #ff4400;
// a {
// color: white;
// }
@@ -234,7 +234,7 @@ export default {
position: absolute;
width: 100%;
font-size: 24px;
- color: #ff6a00;
+ color: #ff4400;
// font-weight: normal;
top: 65%;
left: 50%;
@@ -259,7 +259,7 @@ export default {
line-height: 20px;
border-radius: 999px;
border: 0;
- background-color: #ff6a00;
+ background-color: #ff4400;
color: #fff;
top: 55%;
left: 50%;
diff --git a/src/components/main/index.vue b/src/components/main/index.vue
index 0ee547b..f083425 100644
--- a/src/components/main/index.vue
+++ b/src/components/main/index.vue
@@ -346,7 +346,7 @@ export default {
font-size: 16px;
}
.ant-anchor-link-active > .ant-anchor-link-title {
- color: #ff6a00;
+ color: #ff4400;
}
.ant-anchor-ink {
display: none;
@@ -372,7 +372,7 @@ export default {
width: 30px;
height: 2px;
position: absolute;
- background-color: #ff6a00;
+ background-color: #ff4400;
bottom: 0;
left: 50%;
transform: translateX(-50%);
@@ -474,7 +474,7 @@ export default {
.banner {
height: 72px;
// margin-top: 20px;
- background-color: rgba(255, 106, 0);
+ background-color: #ff4400;
margin-bottom: -20px;
.w {
display: flex;
diff --git a/src/components/main/index1.vue b/src/components/main/index1.vue
index 24f73ea..8403985 100644
--- a/src/components/main/index1.vue
+++ b/src/components/main/index1.vue
@@ -299,7 +299,7 @@ export default {
font-size: 16px;
}
.ant-anchor-link-active > .ant-anchor-link-title {
- color: #ff6a00;
+ color: #ff4400;
}
.ant-anchor-ink {
display: none;
@@ -325,7 +325,7 @@ export default {
width: 30px;
height: 2px;
position: absolute;
- background-color: #ff6a00;
+ background-color: #ff4400;
bottom: 0;
left: 50%;
transform: translateX(-50%);
@@ -414,7 +414,7 @@ export default {
.banner {
height: 72px;
margin-top: 20px;
- background-color: rgba(255, 106, 0);
+ background-color: #ff4400;
margin-bottom: -20px;
.w {
display: flex;
diff --git a/src/components/userinfo/accountsetting/components/boundbankcard.vue b/src/components/userinfo/accountsetting/components/boundbankcard.vue
index 5ca7e67..529da0a 100644
--- a/src/components/userinfo/accountsetting/components/boundbankcard.vue
+++ b/src/components/userinfo/accountsetting/components/boundbankcard.vue
@@ -103,7 +103,7 @@ export default {
justify-content: left;
align-items: center;
background: #fff1e7;
- border: 1px solid #ff6a00;
+ border: 1px solid #ff4400;
border-radius: 8px;
.logo {
width: 32px;
diff --git a/src/components/userinfo/accountsetting/components/boundtel.vue b/src/components/userinfo/accountsetting/components/boundtel.vue
index e73aef0..5299ec7 100644
--- a/src/components/userinfo/accountsetting/components/boundtel.vue
+++ b/src/components/userinfo/accountsetting/components/boundtel.vue
@@ -6,34 +6,37 @@
-
- 您的账号可能存在安全风险,为了确保为您本人操作,请先进行安全验证
+
+ 您的账号可能存在安全风险,为了确保为您本人操作,请先进行安全验证
+
+
+
-
-
手机号
-
-
-
获取验证码
+
+
{{ userinfo.hidetel }}
+
-
-
-
-
{{ userinfo.hidetel }}
-
-
@@ -70,40 +73,41 @@ export default {
timmer: null,
},
istelshow: false,
- isShow :false
+ isShow: false,
};
},
// 计算属性
computed: {},
// 侦听器
watch: {
- "userinfo.tel"(value){
- // setTimeout(()=>{
- console.log(value);
- console.log(this.userinfo);
- if (this.userinfo.tel) {
- this.istelshow = true;
- // console.log(this.istelshow);
- }
- this.isShow = true
-
- // },200)
- }
+ "userinfo.tel"(value) {
+ // setTimeout(()=>{
+ console.log(value);
+ console.log(this.userinfo);
+ if (this.userinfo.tel) {
+ this.istelshow = true;
+ // console.log(this.istelshow);
+ }
+ this.isShow = true;
+
+ // },200)
+ },
},
// 生命周期钩子 注:没用到的钩子请自行删除
/**
* 组件实例创建完成,属性已绑定,但DOM还未生成,$ el属性还不存在
*/
- created() {
-
- },
+ created() {},
/**
* el 被新创建的 vm.el 替换,并挂载到实例上去之后调用该钩子。
* 如果 root 实例挂载了一个文档内元素,当 mounted 被调用时 vm.el 也在文档内。
*/
mounted() {
-
-
+ if (this.userinfo.tel) {
+ this.istelshow = true;
+ // console.log(this.istelshow);
+ this.isShow = true;
+ }
},
// 组件方法
methods: {
@@ -194,7 +198,7 @@ export default {
button {
width: 64px;
height: 32px;
- background: #ff6a00;
+ background: #ff4400;
border-radius: 4px;
border: none;
font-size: 14px;
diff --git a/src/components/userinfo/accountsetting/components/boundwx.vue b/src/components/userinfo/accountsetting/components/boundwx.vue
index b45454f..198a081 100644
--- a/src/components/userinfo/accountsetting/components/boundwx.vue
+++ b/src/components/userinfo/accountsetting/components/boundwx.vue
@@ -90,7 +90,7 @@ export default {
// width: 64px;
// height: 32px;
padding: 5px 18px;
- background: #ff6a00;
+ background: #ff4400;
margin-top: 16px;
border-radius: 4px;
border: none;
diff --git a/src/components/userinfo/accountsetting/components/loginpsw.vue b/src/components/userinfo/accountsetting/components/loginpsw.vue
index 6458ab2..18d5601 100644
--- a/src/components/userinfo/accountsetting/components/loginpsw.vue
+++ b/src/components/userinfo/accountsetting/components/loginpsw.vue
@@ -1,150 +1,151 @@
-
+
diff --git a/src/components/userinfo/accountsetting/components/realname.vue b/src/components/userinfo/accountsetting/components/realname.vue
index 394bd7e..b5d92e0 100644
--- a/src/components/userinfo/accountsetting/components/realname.vue
+++ b/src/components/userinfo/accountsetting/components/realname.vue
@@ -135,7 +135,7 @@ export default {
button {
width: 64px;
height: 32px;
- background: #ff6a00;
+ background: #ff4400;
border-radius: 4px;
border: none;
font-size: 14px;
diff --git a/src/components/userinfo/accountsetting/inedex.vue b/src/components/userinfo/accountsetting/inedex.vue
index 7f35219..550a954 100644
--- a/src/components/userinfo/accountsetting/inedex.vue
+++ b/src/components/userinfo/accountsetting/inedex.vue
@@ -78,7 +78,7 @@
Hi,{{ userinfo.hidetel }}
-
+
-
绑定银行卡
实名认证 span {
font-size: 64px;
line-height: 64px;
@@ -622,18 +622,18 @@ export default {
}
}
&:hover {
- // background-color: #ff6a00 !important;
- color: #ff6a00;
+ // background-color: #ff4400 !important;
+ color: #ff4400;
span {
span {
- color: #ff6a00;
+ color: #ff4400;
}
i {
- color: #ff6a00;
+ color: #ff4400;
}
}
i {
- color: #ff6a00;
+ color: #ff4400;
}
}
}
@@ -686,18 +686,18 @@ export default {
}
}
&:hover {
- // background-color: #ff6a00 !important;
- color: #ff6a00;
+ // background-color: #ff4400 !important;
+ color: #ff4400;
span {
span {
- color: #ff6a00;
+ color: #ff4400;
}
i {
- color: #ff6a00;
+ color: #ff4400;
}
}
i {
- color: #ff6a00;
+ color: #ff4400;
}
}
}
diff --git a/src/components/userinfo/usercenter/components/mybalance.vue b/src/components/userinfo/usercenter/components/mybalance.vue
index c6d11d0..26e9568 100644
--- a/src/components/userinfo/usercenter/components/mybalance.vue
+++ b/src/components/userinfo/usercenter/components/mybalance.vue
@@ -215,7 +215,7 @@ export default {
margin-top: 16px;
span {
font-size: 20px;
- color: #ff6a00;
+ color: #ff4400;
}
div {
button {
diff --git a/src/components/userinfo/usercenter/components/mybill.vue b/src/components/userinfo/usercenter/components/mybill.vue
index 597bfb3..c6e565c 100644
--- a/src/components/userinfo/usercenter/components/mybill.vue
+++ b/src/components/userinfo/usercenter/components/mybill.vue
@@ -6,45 +6,56 @@
@click="pagination.status = -1"
:class="{ townsmanactive: pagination.status === -1 }"
>
- 全部
+ 全部99
-
- 审核中
+ 审核中99
-
- 待面试
+ 待面试99
-
- 已接到
+ 已接到99
- -
- 面试通过
+ 面试通过99
-
- 在职中
+ 在职中99
-
- 报名结束
+ 报名结束99
+
+ -
+ 当前99
+
+ -
+ 稍后99
-
+ -
+
状态
+
+
+ {{ i.name }}
+
+
@@ -95,7 +130,7 @@
:class="item.isDown ? '' : 'isDownstyle'"
>
- - 创建时间: {{ item.createTime }}
+ - 报名时间: {{ item.createTime }}
- 工单号: {{ item.orderNum }}
- {{ item.agencyName }}
-
@@ -105,7 +140,7 @@
-
-
{{index + 1}}
+ {{ index + 1 }}