Browse Source

首页轮播图点击跳转功能更新

hejq 8 years ago
parent
commit
043edeb3e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -19,7 +19,7 @@ $(function() {
 			case '/help':
 				$('.carousel').carousel(7); break;
             case '/uuzcJob':
-                $('.carousel').carousel(10); break;
+                $('.carousel').carousel(5); break;
 		}
 	};