config.js.bak 1.2 KB

12345678910111213141516171819202122232425
  1. var gobalData={
  2. link:{
  3. course_list:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_list&data_type=json",
  4. classify_list:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=cate&data_type=json",
  5. course_detail:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=txwx_special_course_detail&data_type=json",
  6. course_chapter:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_chapter&data_type=json",
  7. course_company:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_team",
  8. popular_recommend:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_label&data_type=json",
  9. popular_search:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_keyword&data_type=json"
  10. },
  11. courseLoading:false,
  12. listPage:1,
  13. totalListPage:0,
  14. classifyType1:[],
  15. classifyType2:[],
  16. selectedType1:"",
  17. selectedType2:"",
  18. chapterLoading:false,
  19. chapterPage:1,
  20. totalChapterPage:0,
  21. chapterData:[],
  22. activePopularRecommend:"",
  23. activePopularSearch:"",
  24. activeSearchVal:""
  25. }