auth.html 645 B

12345678910111213141516
  1. <include file="weixin@block:header"/>
  2. <!--<title>违规处罚</title>-->
  3. <link rel="stylesheet" href="__TMPL__/weixin/public/assets/css/about.css?v={$version}">
  4. <div id="app" v-cloak>
  5. <div class="fanhui2">
  6. <h1 v-text="info.post_title">为什么要认证</h1>
  7. <a href="/weixin/member/index"><img src="__TMPL__/weixin/public/assets/img/tubiao37.png"></a>
  8. </div>
  9. <div class="main">
  10. <div class="huodxq_nr" v-html="info.post_content">
  11. 暂无内容
  12. </div>
  13. </div>
  14. </div>
  15. <script src="__TMPL__/weixin/public/assets/js/auth-help.js?v={$version}"></script>
  16. <include file="weixin@block:footer"/>