index_back.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <include file="weixin@block:header"/>
  2. <title></title>
  3. <link rel="stylesheet" href="__TMPL__/weixin/public/assets/css/auth.css?v={$version}">
  4. <div id="app" v-cloak>
  5. <div class="fanhui2"><h1>我的认证</h1>
  6. <a href="/weixin/member/index"><img src="__TMPL__/weixin/public/assets/img/tubiao37.png"></a>
  7. </div>
  8. <div class="main">
  9. <div class="shenf_bt"><h1>实名认证</h1>
  10. <p>为了保证平台所有用户的真实性,我们要求用户必须完成身份认证后,才能使用平台。拾光希望与小伙伴们一起维护一个真实、安全、优质的交友环境。</p></div>
  11. <a href="/weixin/auth/idcard">
  12. <div class="shenf">
  13. <h1>身份认证</h1>
  14. <h2 v-if="memberInfo.idcard_check==1">审核中</h2>
  15. <h2 v-else-if="memberInfo.idcard_check==2">已认证</h2>
  16. <h2 v-else-if="memberInfo.idcard_check==3">审核失败</h2>
  17. <h2 v-else>点击认证</h2>
  18. </div>
  19. </a>
  20. <a href="/weixin/auth/education">
  21. <div class="shenf">
  22. <h1>学历认证</h1>
  23. <h2 v-if="memberInfo.education_check==1">审核中</h2>
  24. <h2 v-else-if="memberInfo.education_check==2">已认证</h2>
  25. <h2 v-else-if="memberInfo.education_check==3">审核失败</h2>
  26. <h2 v-else>点击认证</h2>
  27. </div>
  28. </a>
  29. <a href="/weixin/auth/position">
  30. <div class="shenf">
  31. <h1>工作认证</h1>
  32. <h2 v-if="memberInfo.position_check==1">审核中</h2>
  33. <h2 v-else-if="memberInfo.position_check==2">已认证</h2>
  34. <h2 v-else-if="memberInfo.position_check==3">审核失败</h2>
  35. <h2 v-else>点击认证</h2>
  36. </div>
  37. </a>
  38. <div class="tis">小提示:认证学历和工作都会得到十颗<img src="__TMPL__/weixin/public/assets/img/tubiao28.png">哦!</div>
  39. </div>
  40. </div>
  41. <script src="__TMPL__/weixin/public/assets/js/auth.js?v={$version}"></script>
  42. <include file="weixin@block:footer"/>