12345678910111213141516171819 |
- <#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%"/>
- </div>
- </div>
- <#include "/home/frag.foot.ftl" />
- <script>
- (function ($) {
- })(jQuery);
- </script>
|