瀏覽代碼

金融服务banner图修改

hangb 7 年之前
父節點
當前提交
9d3edd8751
共有 2 個文件被更改,包括 3 次插入6 次删除
  1. 0 3
      src/main/webapp/WEB-INF/views/normal/index.html
  2. 3 3
      src/main/webapp/resources/js/index/app.js

+ 0 - 3
src/main/webapp/WEB-INF/views/normal/index.html

@@ -177,9 +177,6 @@ var _hmt = _hmt || [];
 						</div>
 					</div>
 				</div>
-				<div class="item carousel-item11">
-					<img src="static/img/carousel/header-12.png" alt="" />
-				</div>
 				<div class="item carousel-item4">
 					<img src="static/img/carousel/header-12.png" alt="" />
 					<!--<div class="carousel-caption">-->

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

@@ -11,11 +11,11 @@ $(function() {
 		var hash = (window.location.hash && window.location.hash.substring(1)) || null;
 		switch(hash) {
 			case '/finance':
-				$('.carousel').carousel(5); break;
+				$('.carousel').carousel(4); break;
 			case '/public':
-				$('.carousel').carousel(9); break;
+				$('.carousel').carousel(8); break;
 			case '/member':
-				$('.carousel').carousel(10); break;
+				$('.carousel').carousel(9); break;
 			case '/help':
 				$('.carousel').carousel(7); break;
             case '/uuzcJob':