| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <include file="weixin@block:header"/>
- <title></title>
- <link rel="stylesheet" href="__TMPL__/weixin/public/assets/css/auth.css?v={$version}">
- <div id="app" v-cloak>
- <div class="fanhui2"><h1>我的认证</h1>
- <a href="/weixin/member/index"><img src="__TMPL__/weixin/public/assets/img/tubiao37.png"></a>
- </div>
- <div class="main">
- <div class="shenf_bt"><h1>实名认证</h1>
- <p>为了保证平台所有用户的真实性,我们要求用户必须完成身份认证后,才能使用平台。拾光希望与小伙伴们一起维护一个真实、安全、优质的交友环境。</p></div>
- <a href="/weixin/auth/idcard">
- <div class="shenf">
- <h1>身份认证</h1>
- <h2 v-if="memberInfo.idcard_check==1">审核中</h2>
- <h2 v-else-if="memberInfo.idcard_check==2">已认证</h2>
- <h2 v-else-if="memberInfo.idcard_check==3">审核失败</h2>
- <h2 v-else>点击认证</h2>
- </div>
- </a>
- <a href="/weixin/auth/education">
- <div class="shenf">
- <h1>学历认证</h1>
- <h2 v-if="memberInfo.education_check==1">审核中</h2>
- <h2 v-else-if="memberInfo.education_check==2">已认证</h2>
- <h2 v-else-if="memberInfo.education_check==3">审核失败</h2>
- <h2 v-else>点击认证</h2>
- </div>
- </a>
- <a href="/weixin/auth/position">
- <div class="shenf">
- <h1>工作认证</h1>
- <h2 v-if="memberInfo.position_check==1">审核中</h2>
- <h2 v-else-if="memberInfo.position_check==2">已认证</h2>
- <h2 v-else-if="memberInfo.position_check==3">审核失败</h2>
- <h2 v-else>点击认证</h2>
- </div>
- </a>
- <div class="tis">小提示:认证学历和工作都会得到十颗<img src="__TMPL__/weixin/public/assets/img/tubiao28.png">哦!</div>
- </div>
- </div>
- <script src="__TMPL__/weixin/public/assets/js/auth.js?v={$version}"></script>
- <include file="weixin@block:footer"/>
|