agree.html 797 B

123456789101112131415161718192021
  1. <include file="weixin@block:header"/>
  2. <!--<title>店铺入驻协议</title>-->
  3. <link rel="stylesheet" href="/static/weixin/css/shop.css?v={$version}">
  4. <div id="app" v-cloak>
  5. <header class="zyw-header">
  6. <div class="zyw-container white-color">
  7. <div class="head-l"><a href="javascript:window.history.back(-1)" target="_self"><img
  8. src="/static/weixin/img/svg/head-return.svg" alt=""></a></div>
  9. <h1>店铺入驻协议</h1>
  10. </div>
  11. </header>
  12. <section class="zyw-container">
  13. <article class="weui-article">
  14. <section class="content" v-html="info">
  15. </section>
  16. </article>
  17. </section>
  18. </div>
  19. <script src="/static/weixin/js/agree.js?v={$version}"></script>
  20. <include file="weixin@block:footer"/>