home.js 75 B

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