card-other.html 755 B

12345678910111213141516171819202122232425
  1. {template 'common/header'}
  2. <ul class="nav nav-tabs">
  3. <li {if $do == 'other'} class="active"{/if}><a href="{php echo url('mc/card/other');}">会员卡其他功能</a></li>
  4. </ul>
  5. <div class="clearfix">
  6. <div class="clearfix menu">
  7. <h5 class="page-header">其他设置</h5>
  8. <div class="clearfix">
  9. <a href="{php echo url('mc/card/notice');}" class="tile img-rounded">
  10. <i class="fa fa-volume-up"></i>
  11. <span>通知管理</span>
  12. </a>
  13. <a href="{php echo url('mc/card/sign');}" class="tile img-rounded">
  14. <i class="fa fa-hand-o-up"></i>
  15. <span>签到管理</span>
  16. </a>
  17. </div>
  18. </div>
  19. </div>
  20. <script>
  21. require(['trade', 'bootstrap'], function(trade){
  22. trade.init();
  23. });
  24. </script>
  25. {template 'common/footer'}