|
|
@ -15,6 +15,14 @@ |
|
|
|
<text>手机号:</text> |
|
|
|
<text class="se-ml-20">{{user.phone}}</text> |
|
|
|
</view> |
|
|
|
<view class="se-fs-24 se-display-ib"> |
|
|
|
<text class="se-tag se-bgc-gray" v-if="companyAuthenticationStatus==2">企业认证-未通过</text> |
|
|
|
<text class="se-tag se-bgc-green" v-if="companyAuthenticationStatus==1">企业认证-已通过</text> |
|
|
|
<text class="se-tag se-bgc-active" v-if="companyAuthenticationStatus==0">企业认证-审核中</text> |
|
|
|
<text class="se-tag se-bgc-gray" v-if="personAuthenticationStatus==2">个人认证-未通过</text> |
|
|
|
<text class="se-tag se-bgc-green" v-if="personAuthenticationStatus==1">个人认证-已通过</text> |
|
|
|
<text class="se-tag se-bgc-active" v-if="personAuthenticationStatus==0">个人认证-审核中</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="se-pos-cb se-flex se-flex-h-sb se-w-vw-82 se-br-10 se-bgc-white se-py-30 se-px-30" |
|
|
@ -51,7 +59,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="se-px-40 se-py-30 se-mt-80"> |
|
|
|
<u-swiper height="200rpx" style="background-color: #f5f5f5;height: 200rpx;" :indicator="true" :list="swiperList" keyName="image" @change="change" @click="click"></u-swiper> |
|
|
|
<u-swiper height="200rpx" style="background-color: #f5f5f5;height: 200rpx;" :indicator="true" :list="swiperList" keyName="image" @change="changeSwiper" @click="click"></u-swiper> |
|
|
|
<!-- <u-swiper :height="100" :list="list" @click="swiperClick"></u-swiper> --> |
|
|
|
<!-- <image class="se-h-200 se-w-p-100" src="@/static/image/59.png" mode=""></image> --> |
|
|
|
</view> |
|
|
@ -65,43 +73,43 @@ |
|
|
|
<view class="se-grid"> |
|
|
|
<view class="se-flex-v-c se-mb-20 se-mt-20 se-cursor-p" @click="onEnterprise()"> |
|
|
|
<view class="se-w-80 se-h-80 se-flex se-flex-v-c"> |
|
|
|
<image class="se-a-50" src="@/static/image/setting.png" mode=""></image> |
|
|
|
<image class="se-a-70" src="@/static/image/user1.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<text class="se-h-60 se-lh-60 se-c-33 se-fs-26 se-ta-c se-mt-10 se-toe-2">企业入驻</text> |
|
|
|
</view> |
|
|
|
<view class="se-flex-v-c se-mb-20 se-mt-20 se-cursor-p" @click="onPerson()"> |
|
|
|
<view class="se-w-80 se-h-80 se-flex se-flex-v-c"> |
|
|
|
<image class="se-a-50" src="@/static/image/setting.png" mode=""></image> |
|
|
|
<image class="se-a-70" src="@/static/image/user2.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<text class="se-h-60 se-lh-60 se-c-33 se-fs-26 se-ta-c se-mt-10 se-toe-2">个人入驻</text> |
|
|
|
</view> |
|
|
|
<view class="se-flex-v-c se-mb-20 se-mt-20 se-cursor-p" @click="onResume()"> |
|
|
|
<view class="se-w-80 se-h-80 se-flex se-flex-v-c"> |
|
|
|
<image class="se-a-50" src="@/static/image/setting.png" mode=""></image> |
|
|
|
<image class="se-a-70" src="@/static/image/user3.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<text class="se-h-60 se-lh-60 se-c-33 se-fs-26 se-ta-c se-mt-10 se-toe-2">我的简历</text> |
|
|
|
</view> |
|
|
|
<view class="se-flex-v-c se-mb-20 se-mt-20 se-cursor-p" @click="onCustomerService()"> |
|
|
|
<view class="se-w-80 se-h-80 se-flex se-flex-v-c"> |
|
|
|
<image class="se-a-50" src="@/static/image/setting.png" mode=""></image> |
|
|
|
<image class="se-a-70" src="@/static/image/user4.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<text class="se-h-60 se-lh-60 se-c-33 se-fs-26 se-ta-c se-mt-10 se-toe-2">联系客服</text> |
|
|
|
</view> |
|
|
|
<view class="se-flex-v-c se-mb-20 se-mt-20 se-cursor-p" @click="onSystem()"> |
|
|
|
<view class="se-w-80 se-h-80 se-flex se-flex-v-c"> |
|
|
|
<image class="se-a-50" src="@/static/image/setting.png" mode=""></image> |
|
|
|
<image class="se-a-70" src="@/static/image/user5.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<text class="se-h-60 se-lh-60 se-c-33 se-fs-26 se-ta-c se-mt-10 se-toe-2">系统设置</text> |
|
|
|
</view> |
|
|
|
<view class="se-flex-v-c se-mb-20 se-mt-20 se-cursor-p" @click="onFeedback()"> |
|
|
|
<view class="se-w-80 se-h-80 se-flex se-flex-v-c"> |
|
|
|
<image class="se-a-50" src="@/static/image/setting.png" mode=""></image> |
|
|
|
<image class="se-a-70" src="@/static/image/user6.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<text class="se-h-60 se-lh-60 se-c-33 se-fs-26 se-ta-c se-mt-10 se-toe-2">帮助与反馈</text> |
|
|
|
</view> |
|
|
|
<view class="se-flex-v-c se-mb-20 se-mt-20 se-cursor-p" @click="onVersion()"> |
|
|
|
<view class="se-w-80 se-h-80 se-flex se-flex-v-c"> |
|
|
|
<image class="se-a-50" src="@/static/image/setting.png" mode=""></image> |
|
|
|
<image class="se-a-70" src="@/static/image/user7.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<text class="se-h-60 se-lh-60 se-c-33 se-fs-26 se-ta-c se-mt-10 se-toe-2">关于本程序</text> |
|
|
|
</view> |
|
|
@ -240,6 +248,9 @@ |
|
|
|
url:"/pages_subpack/resume/index" |
|
|
|
}) |
|
|
|
}, |
|
|
|
changeSwiper(event){ |
|
|
|
console.info("event",event) |
|
|
|
}, |
|
|
|
onCustomerService(){ |
|
|
|
uni.makePhoneCall({ |
|
|
|
phoneNumber: '13185644852', |
|
|
@ -266,4 +277,15 @@ |
|
|
|
gap: 10rpx; |
|
|
|
padding-bottom: 4rpx; |
|
|
|
} |
|
|
|
.se-tag{ |
|
|
|
margin-right: 10rpx; |
|
|
|
margin-top: 5px; |
|
|
|
padding: 5rpx 10rpx; |
|
|
|
border-radius: 4rpx; |
|
|
|
border: 2rpx solid rgba(0,0,0,0.00); |
|
|
|
font-size: 16rpx; |
|
|
|
font-family: PingFang SC, PingFang SC-Bold; |
|
|
|
font-weight: 700; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
</style> |