agreement-show.html 353 B

123456789
  1. {template 'common/header-base'}
  2. <div class="agreement-show" style="min-height: 100vh;background: #fff; padding: 30px">
  3. <h2 style="padding: 0; margin-top: 0; margin-bottom: 20px; text-align: center;">用户协议</h2>
  4. <div class="content container">
  5. {$_W['setting']['register']['agreement_info']}
  6. </div>
  7. </di>
  8. {template 'common/footer-base'}