审核功能更新
This commit is contained in:
parent
4498d71533
commit
cabb6bfec4
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="initBox" v-if="init">
|
||||
<view class="initBox" >
|
||||
<view class="animation-slide-bottom">
|
||||
<view class="certification_title font_28 text-center" style="color: #f33b6c">成为认证用户,即享一下特权</view>
|
||||
<view class="privilege_prompt_box">
|
||||
@ -43,8 +43,8 @@
|
||||
</block>
|
||||
<block v-else>
|
||||
<view class="certification_button flo_r">
|
||||
<view class="jump_button text-center font_28" v-if="stateV2 == 3">去认证</view>
|
||||
<view class="audit_state_box" v-if="stateV2 != 3">
|
||||
<view class="jump_button text-center font_28" v-if="stateV2 == 0">去认证</view>
|
||||
<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>
|
||||
<span class="font_28 color-999">审核中</span>
|
||||
</view>
|
||||
@ -106,7 +106,7 @@
|
||||
data: {
|
||||
navHeight: '',
|
||||
routerNum: [],
|
||||
mobile: '',
|
||||
mobile: wx.getStorageSync('mobile'),
|
||||
is_real_approved: 0, // 真人认证状态
|
||||
is_educate_approved: 3, // 学历认证状态
|
||||
modalName: '',
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="init_box" v-if="init">
|
||||
<view class="init_box" >
|
||||
<view class="page-user">
|
||||
<view class="mainText animation-slide-top">
|
||||
<view class="text">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user