home.js 105 B

12345
  1. // 添加首页默认UI
  2. addUI("home",function(){
  3. $("#home").show();
  4. loadFooter();//加载页脚
  5. });