111
This commit is contained in:
@@ -21,74 +21,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="border"></view>
|
<view class="border"></view>
|
||||||
<!--<picker @change="bindPickerChange" :value="index" :range="laborType">
|
|
||||||
<view class="list">
|
|
||||||
<view class="listLeft">
|
|
||||||
<view class="listTitle">身份信息</view>
|
|
||||||
<view class="listContent">选择个人身份,获得精准推荐</view>
|
|
||||||
</view>
|
|
||||||
<view class="listRight">
|
|
||||||
<view class="rightContent nochoose">
|
|
||||||
<view v-if="auth.laborState" class="uni-input">{{ laborType[0] }}</view>
|
|
||||||
<view v-else class="uni-input">未选择</view>
|
|
||||||
</view>
|
|
||||||
<image src="@/static/img/right.svg" mode=""></image>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</picker>-->
|
|
||||||
<view class="border"></view>
|
<view class="border"></view>
|
||||||
<!-- <view class="list" @click="goRealName">
|
|
||||||
<view class="listLeft">
|
|
||||||
<view class="listTitle">实名认证</view>
|
|
||||||
<view class="listContent">完成实名认证,提高信息可信度</view>
|
|
||||||
</view>
|
|
||||||
<view class="listRight">
|
|
||||||
<view v-if="auth.realNameState" class="rightContent nochoose">已认证</view>
|
|
||||||
<view v-else class="rightContent nochoose">未认证</view>
|
|
||||||
<image src="@/static/img/right.svg" mode=""></image>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="border"></view> -->
|
|
||||||
<!-- <view class="list" @click="setIcCard">
|
|
||||||
<view class="listLeft">
|
|
||||||
<view class="listTitle">银行卡认证</view>
|
|
||||||
<view class="listContent">完善银行卡信息,方便领工资</view>
|
|
||||||
</view>
|
|
||||||
<view class="listRight">
|
|
||||||
<view v-if="auth.bankCardState" class="rightContent nochoose">已认证</view>
|
|
||||||
<view v-else class="rightContent nochoose">未认证</view>
|
|
||||||
<image src="@/static/img/right.svg" mode=""></image>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="border"></view> -->
|
|
||||||
<!--<picker @change="bindPickerChangeBao" :value="indexbao" :range="insureType">
|
|
||||||
<view class="list">
|
|
||||||
<view class="listLeft">
|
|
||||||
<view class="listTitle">社保信息</view>
|
|
||||||
<view class="listContent">选择个人身份,获得精准推荐</view>
|
|
||||||
</view>
|
|
||||||
<view class="listRight">
|
|
||||||
<view class="rightContent nochoose">
|
|
||||||
<view v-if="auth.insureState" class="uni-input">{{ insureType[indexbao] }}</view>
|
|
||||||
<view v-else class="uni-input">未选择</view>
|
|
||||||
</view>
|
|
||||||
<image src="@/static/img/right.svg" mode=""></image>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</picker>-->
|
|
||||||
<!-- <view class="border"></view>
|
|
||||||
<view class="list" @click="setSeal">
|
|
||||||
<view class="listLeft">
|
|
||||||
<view class="listTitle">个人签名</view>
|
|
||||||
<view class="listContent">采集手写签名,便于维护自身利益</view>
|
|
||||||
</view>
|
|
||||||
<view class="listRight">
|
|
||||||
<view v-if="autograph.data && autograph.data.signSrcUrl" class="rightContent nochoose">已采集</view>
|
|
||||||
<view v-else class="rightContent nochoose">未采集</view>
|
|
||||||
<image src="@/static/img/right.svg" mode=""></image>
|
|
||||||
</view>
|
|
||||||
</view> -->
|
|
||||||
|
|
||||||
<view class="list">
|
<view class="list">
|
||||||
<view class="name">
|
<view class="name">
|
||||||
姓名
|
姓名
|
||||||
@@ -146,23 +79,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</picker>
|
</picker>
|
||||||
<!-- <picker :range="insureList" @change="insureChange" :value="indexBao">
|
|
||||||
<view class="list">
|
|
||||||
<view class="listLeft">
|
|
||||||
<view class="name">
|
|
||||||
个人标签
|
|
||||||
</view>
|
|
||||||
<view class="listContent">选择个人标签,获得精准推荐</view>
|
|
||||||
</view>
|
|
||||||
<view class="listRight">
|
|
||||||
<view class="listRightContent">
|
|
||||||
<view class="" v-if="auth.insureState">{{insureList[indexBao]}}</view>
|
|
||||||
<view class="" v-else>未选择</view>
|
|
||||||
</view>
|
|
||||||
<image src="@/static/img/right.svg" mode=""></image>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</picker> -->
|
|
||||||
<view v-if="auth.realNameState"></view>
|
<view v-if="auth.realNameState"></view>
|
||||||
<view class="btn nocheck" v-else-if="loading">
|
<view class="btn nocheck" v-else-if="loading">
|
||||||
<view class="bottombtn">
|
<view class="bottombtn">
|
||||||
|
|||||||
Reference in New Issue
Block a user