|
@@ -205,7 +205,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="qyList-box-item-job flex align-center">
|
|
|
- <u-icon name="heart-fill" color="#00B88F" size="30" style="margin-right: 16rpx;">
|
|
|
+ <u-icon name="heart-fill" color="#016BF6" size="30" style="margin-right: 16rpx;">
|
|
|
</u-icon>
|
|
|
期望岗位:{{resumesInfo.resumesPost}}
|
|
|
</view>
|
|
@@ -675,7 +675,7 @@
|
|
|
<view class="flex align-center mianshiTime-box-ti">
|
|
|
<u-input disabled v-model="miamshi.interviewDateTime" @click="msTime=true" type="text"
|
|
|
placeholder="请选择面试时间" />
|
|
|
- <u-icon name="arrow-right" style="margin-left: 10rpx;" color="#00B88F" size="28"
|
|
|
+ <u-icon name="arrow-right" style="margin-left: 10rpx;" color="#016BF6" size="28"
|
|
|
@click="msTime=true"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -688,7 +688,7 @@
|
|
|
<view class="flex align-center mianshiTime-box-ti">
|
|
|
<u-input disabled @click="goMap()" v-model="miamshi.detailedAddress" type="text"
|
|
|
placeholder="请选择面试地址" />
|
|
|
- <u-icon name="arrow-right" style="margin-left: 10rpx;" @click="goMap()" color="#00B88F"
|
|
|
+ <u-icon name="arrow-right" style="margin-left: 10rpx;" @click="goMap()" color="#016BF6"
|
|
|
size="28"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -717,7 +717,7 @@
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
<u-toast ref="uToast" />
|
|
|
- <u-picker v-model="msTime" mode="time" :params="params" @confirm="mianshiConfirm" confirm-color="#00B88F">
|
|
|
+ <u-picker v-model="msTime" mode="time" :params="params" @confirm="mianshiConfirm" confirm-color="#016BF6">
|
|
|
</u-picker>
|
|
|
|
|
|
<!-- 面试邀请弹窗 -->
|
|
@@ -773,7 +773,7 @@
|
|
|
</view>
|
|
|
<view class="avatorm-box-item-r">
|
|
|
{{records.detailedAddress}}
|
|
|
- <u-icon name="map-fill" color="#00B88F" size="28"></u-icon>
|
|
|
+ <u-icon name="map-fill" color="#016BF6" size="28"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="avatorm-box-item flex">
|
|
@@ -1523,7 +1523,7 @@
|
|
|
content: type == 1 ? '语音为会员专属功能,请开通会员!' : '视频为会员专属功能,请开通会员!',
|
|
|
confirmText: '开通会员',
|
|
|
cancelText: '取消',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
uni.navigateTo({
|
|
@@ -1600,7 +1600,7 @@
|
|
|
content: '为了更好的体验,请绑定消息推送',
|
|
|
confirmText: '确定',
|
|
|
cancelText: '取消',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
|
console.log(that.arr)
|
|
@@ -1716,7 +1716,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '确定接受来自' + item.company.companyName + '的面试邀请吗?',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
let data = {
|
|
@@ -1759,7 +1759,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '确定拒绝来自' + item.company.companyName + '的面试邀请吗?',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
let data = {
|
|
@@ -1828,7 +1828,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '确定发起面试邀请吗?',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
let data = {
|
|
@@ -1953,7 +1953,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '确定拒绝吗?',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
let data = {
|
|
@@ -2006,7 +2006,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '确定发送简历给对方?',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
that.sendResumesSave()
|
|
@@ -2020,7 +2020,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '是否将简历请求发送给对方?,对方同意后将会收到对方的简历',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
that.setChatSave(9)
|
|
@@ -2034,7 +2034,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '是否将简历发送给对方?',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
that.sendResumesSave()
|
|
@@ -2069,7 +2069,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '请先再个人信息页面完善微信号后操作',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
confirmText: '去完善',
|
|
|
complete(re) {
|
|
|
if (re.confirm) {
|
|
@@ -2096,7 +2096,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '请先再个人信息页面完善微信号后操作',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
confirmText: '去完善',
|
|
|
complete(re) {
|
|
|
if (re.confirm) {
|
|
@@ -2112,7 +2112,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: messageType == 5 ? '同意后将交换手机号,是否同意?' : '同意后将交换微信号,是否同意?',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
let data = {
|
|
@@ -2243,7 +2243,7 @@
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '确定要撤回吗?',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
complete(ret) {
|
|
|
if (ret.confirm) {
|
|
|
that.$Request.postT('/app/chat/deleteChatContentById', {
|
|
@@ -2561,7 +2561,7 @@
|
|
|
showCancel: true,
|
|
|
cancelText: '取消',
|
|
|
confirmText: '确认',
|
|
|
- confirmColor: '#00B88F',
|
|
|
+ confirmColor: '#016BF6',
|
|
|
success: res => {
|
|
|
if (res.confirm) {
|
|
|
uni.setClipboardData({
|
|
@@ -3092,13 +3092,13 @@
|
|
|
}
|
|
|
|
|
|
.btn-close {
|
|
|
- color: #00B88F;
|
|
|
- border: 1rpx solid #00B88F;
|
|
|
+ color: #016BF6;
|
|
|
+ border: 1rpx solid #016BF6;
|
|
|
}
|
|
|
|
|
|
.btn-sub {
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #00B88F;
|
|
|
+ background-color: #016BF6;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -3307,7 +3307,7 @@
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- color: #00B88F;
|
|
|
+ color: #016BF6;
|
|
|
|
|
|
.xuanfu-box {
|
|
|
width: 95%;
|