|
@@ -35,8 +35,8 @@
|
|
<view class="card card1">
|
|
<view class="card card1">
|
|
<view class="title">
|
|
<view class="title">
|
|
求职信息
|
|
求职信息
|
|
- <img v-if="ck1()" src="@/assets/img/riFill-checkbox-circle-fill@1x.png" >
|
|
|
|
- <img v-else src="@/assets/img/riFill-error-warning-fill@1x.png"></img>
|
|
|
|
|
|
+ <img class="showImg" v-if="ck1()" src="@/assets/img/riFill-checkbox-circle-fill@1x.png" >
|
|
|
|
+ <img class="showImg" v-else src="@/assets/img/riFill-error-warning-fill@1x.png"></img>
|
|
</view>
|
|
</view>
|
|
<u-grid :col="3" :border="false">
|
|
<u-grid :col="3" :border="false">
|
|
<u-grid-item @click="gotoUrl1('pages/packages/mine/myJobInformation/myJobInformation')">
|
|
<u-grid-item @click="gotoUrl1('pages/packages/mine/myJobInformation/myJobInformation')">
|
|
@@ -65,8 +65,8 @@
|
|
<view class="card ">
|
|
<view class="card ">
|
|
<view class="title">
|
|
<view class="title">
|
|
用工服务
|
|
用工服务
|
|
- <img v-if="ck2()" src="@/assets/img/riFill-checkbox-circle-fill@1x.png" >
|
|
|
|
- <img v-else src="@/assets/img/riFill-error-warning-fill@1x.png"></img>
|
|
|
|
|
|
+ <img class="showImg" v-if="ck2()" src="@/assets/img/riFill-checkbox-circle-fill@1x.png" >
|
|
|
|
+ <img class="showImg" v-else src="@/assets/img/riFill-error-warning-fill@1x.png"></img>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
<u-grid :col="4" :border="false">
|
|
<u-grid :col="4" :border="false">
|
|
@@ -130,26 +130,30 @@
|
|
</u-grid>
|
|
</u-grid>
|
|
</view>
|
|
</view>
|
|
<!-- 登录弹窗 -->
|
|
<!-- 登录弹窗 -->
|
|
- <u-popup v-model="show" mode="center" :closeable="true" @close="close" >
|
|
|
|
- <view class="title">
|
|
|
|
- 登录荆开零工驿站
|
|
|
|
- </view>
|
|
|
|
- <view >
|
|
|
|
- <button class="login-btn" @click="decryptPhoneNumberH5"
|
|
|
|
- open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber" >
|
|
|
|
- <u-icon name="weixin-fill" size="46"></u-icon> <text>微信用户一键登录</text>
|
|
|
|
- </button>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
|
|
+ <u-popup v-model="show" mode="center" border-radius="24" :closeable="true" @close="close" >
|
|
|
|
+ <view class="u-mode-center-main">
|
|
|
|
+
|
|
|
|
|
|
- <view class="radio" v-if="false">
|
|
|
|
- <!-- <radio></radio>
|
|
|
|
- <view class="agreement">
|
|
|
|
- 阅读并同意<text style="color: #2795FD">《用户隐私协议》</text>
|
|
|
|
- </view> -->
|
|
|
|
- <u-radio-group v-model="value">
|
|
|
|
- <u-radio active-color="red">阅读并同意<text style="color: #2795FD">《用户隐私协议》</text></u-radio>
|
|
|
|
- </u-radio-group>
|
|
|
|
|
|
+ <view class="title">
|
|
|
|
+ 登录荆开零工驿站
|
|
|
|
+ </view>
|
|
|
|
+ <view >
|
|
|
|
+ <button class="login-btn" @click="decryptPhoneNumberH5"
|
|
|
|
+ open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber" >
|
|
|
|
+ <u-icon name="weixin-fill" size="46"></u-icon> <text>微信用户一键登录</text>
|
|
|
|
+ </button>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="radio" v-if="false">
|
|
|
|
+ <!-- <radio></radio>
|
|
|
|
+ <view class="agreement">
|
|
|
|
+ 阅读并同意<text style="color: #2795FD">《用户隐私协议》</text>
|
|
|
|
+ </view> -->
|
|
|
|
+ <u-radio-group v-model="value">
|
|
|
|
+ <u-radio active-color="red">阅读并同意<text style="color: #2795FD">《用户隐私协议》</text></u-radio>
|
|
|
|
+ </u-radio-group>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</u-popup>
|
|
</u-popup>
|
|
|
|
|
|
@@ -184,10 +188,11 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad() {
|
|
onLoad() {
|
|
-
|
|
|
|
|
|
+ this.userInfo=this.carhelp.getPersonInfo()
|
|
this.findByOpenId();
|
|
this.findByOpenId();
|
|
|
|
|
|
},
|
|
},
|
|
|
|
+
|
|
methods: {
|
|
methods: {
|
|
|
|
|
|
ck1(){
|
|
ck1(){
|
|
@@ -338,6 +343,8 @@
|
|
},
|
|
},
|
|
close(){
|
|
close(){
|
|
// #ifdef MP-WEIXIN
|
|
// #ifdef MP-WEIXIN
|
|
|
|
+
|
|
|
|
+ // #endif
|
|
if(this.userInfo.id){
|
|
if(this.userInfo.id){
|
|
|
|
|
|
}else{
|
|
}else{
|
|
@@ -345,7 +352,6 @@
|
|
url:"/"
|
|
url:"/"
|
|
})
|
|
})
|
|
}
|
|
}
|
|
- // #endif
|
|
|
|
},
|
|
},
|
|
decryptPhoneNumberH5(){
|
|
decryptPhoneNumberH5(){
|
|
// #ifdef H5
|
|
// #ifdef H5
|
|
@@ -435,7 +441,10 @@
|
|
|
|
|
|
</style>
|
|
</style>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
-
|
|
|
|
|
|
+ .showImg{
|
|
|
|
+ width: 38rpx ;
|
|
|
|
+ height: 38rpx ;
|
|
|
|
+ }
|
|
.top{
|
|
.top{
|
|
|
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -539,51 +548,52 @@
|
|
}
|
|
}
|
|
|
|
|
|
// 弹窗
|
|
// 弹窗
|
|
-/deep/.u-mode-center-box{
|
|
|
|
- width: 560rpx !important;
|
|
|
|
- border-radius: 12px;
|
|
|
|
- padding: 80rpx 48rpx;
|
|
|
|
- display: flex;
|
|
|
|
- .title{
|
|
|
|
- color: rgba(16, 16, 16, 1);
|
|
|
|
- font-size: 36rpx;
|
|
|
|
- font-family: 'PingFangSC-medium';
|
|
|
|
- }
|
|
|
|
- .login-btn{
|
|
|
|
- background-color: rgba(0, 188, 99, 1);
|
|
|
|
- color: #fff;
|
|
|
|
- padding: 8rpx 70rpx;
|
|
|
|
- margin-top: 56rpx;
|
|
|
|
- margin-bottom: 16rpx;
|
|
|
|
- border-radius: 8px;
|
|
|
|
- display: flex;
|
|
|
|
|
|
+.u-mode-center-main{
|
|
|
|
+
|
|
|
|
+ width: 560rpx !important;
|
|
|
|
+ border-radius: 12px;
|
|
|
|
+ padding: 80rpx 48rpx;
|
|
|
|
|
|
- font-size: 32rpx;
|
|
|
|
- text{
|
|
|
|
- margin-left: 8rpx;
|
|
|
|
|
|
+ .title{
|
|
|
|
+ color: rgba(16, 16, 16, 1);
|
|
|
|
+ font-size: 36rpx;
|
|
|
|
+ font-family: 'PingFangSC-medium';
|
|
}
|
|
}
|
|
- }
|
|
|
|
- .radio {
|
|
|
|
- display: inline-block;
|
|
|
|
- width: 100%;
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
- font-size: 24rpx;
|
|
|
|
- color: #777777;
|
|
|
|
- margin-left: 20rpx;
|
|
|
|
- .uni-radio-input{
|
|
|
|
- width: 24rpx;
|
|
|
|
- height: 24rpx;
|
|
|
|
|
|
+ .login-btn{
|
|
|
|
+ background-color: rgba(0, 188, 99, 1);
|
|
|
|
+ color: #fff;
|
|
|
|
+ padding: 8rpx 70rpx;
|
|
|
|
+ margin-top: 56rpx;
|
|
|
|
+ margin-bottom: 16rpx;
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ display: flex;
|
|
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+ text{
|
|
|
|
+ margin-left: 8rpx;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
-
|
|
|
|
- .uni-radio-input-checked:before{
|
|
|
|
|
|
+ .radio {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
- background-color: rgb(0, 122, 255);
|
|
|
|
- border-color: rgb(0, 122, 255);
|
|
|
|
|
|
+ color: #777777;
|
|
|
|
+ margin-left: 20rpx;
|
|
|
|
+ .uni-radio-input{
|
|
|
|
+ width: 24rpx;
|
|
|
|
+ height: 24rpx;
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .uni-radio-input-checked:before{
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ background-color: rgb(0, 122, 255);
|
|
|
|
+ border-color: rgb(0, 122, 255);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
</style>
|
|
</style>
|