(function(){
$.loadCssJsList([
{"file":$.$appPars.rootPath+"/common/mobile/model.js","type":"js","dom":"#my-mobile-box"},//移动版框架JS(头部&菜单&导航盘&监听器)
{"file":$.$appPars.rootPath+"/plugins/jquery/lightslider/css/lightslider.min.css","type":"css"},//第三方-JS插件:lightslider轮播插件
{"file":$.$appPars.rootPath+"/cssWeb/css/mobileFPCSS.css","type":"css"},//首页CSS
{"file":$.$appPars.rootPath+"/plugins/animations/animate.min.css","type":"css"},//第三方-CSS插件:animate css3动画库插件
{"file":getFilePath()+"js/index.js?timeStamp="+(new Date().getTime()),"type":"js","dom":"#my-mobile-box","time":"150"}
]);
}());