123456789101112131415161718192021 |
- <#assign title="用户指南"/>
- <#include "/home/frag.head.ftl" />
- <div class="container" style="width: 100%">
- <div class="weui-panel weui-panel_access">
- <#-- <img src="/static/homeHelp_1.jpg" style="width: 100%"/>-->
- <#-- <img src="/static/bandPhone.jpg" style="width: 100%"/>-->
- <img src="/static/userRegister.jpg" style="width: 100%"/>
- </div>
- </div>
- <#include "/home/frag.foot.ftl" />
- <script>
- (function ($) {
- })(jQuery);
- </script>
|