审核功能更新

This commit is contained in:
lanzhihui 2024-10-29 19:20:47 +08:00
parent 4498d71533
commit cabb6bfec4
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<view class="initBox" v-if="init"> <view class="initBox" >
<view class="animation-slide-bottom"> <view class="animation-slide-bottom">
<view class="certification_title font_28 text-center" style="color: #f33b6c">成为认证用户,即享一下特权</view> <view class="certification_title font_28 text-center" style="color: #f33b6c">成为认证用户,即享一下特权</view>
<view class="privilege_prompt_box"> <view class="privilege_prompt_box">
@ -43,8 +43,8 @@
</block> </block>
<block v-else> <block v-else>
<view class="certification_button flo_r"> <view class="certification_button flo_r">
<view class="jump_button text-center font_28" v-if="stateV2 == 3">去认证</view> <view class="jump_button text-center font_28" v-if="stateV2 == 0">去认证</view>
<view class="audit_state_box" v-if="stateV2 != 3"> <view class="audit_state_box" v-if="stateV2 != 0">
<image class="audit_icon" src="https://images.ufutx.com/202101/20/3be02213104c9adba8ae30feb779d873.png" mode="widthFix"></image> <image class="audit_icon" src="https://images.ufutx.com/202101/20/3be02213104c9adba8ae30feb779d873.png" mode="widthFix"></image>
<span class="font_28 color-999">审核中</span> <span class="font_28 color-999">审核中</span>
</view> </view>
@ -106,7 +106,7 @@
data: { data: {
navHeight: '', navHeight: '',
routerNum: [], routerNum: [],
mobile: '', mobile: wx.getStorageSync('mobile'),
is_real_approved: 0, // 真人认证状态 is_real_approved: 0, // 真人认证状态
is_educate_approved: 3, // 学历认证状态 is_educate_approved: 3, // 学历认证状态
modalName: '', modalName: '',

View File

@ -1,5 +1,5 @@
<template> <template>
<view class="init_box" v-if="init"> <view class="init_box" >
<view class="page-user"> <view class="page-user">
<view class="mainText animation-slide-top"> <view class="mainText animation-slide-top">
<view class="text"> <view class="text">