wangxiaoming 5 rokov pred
rodič
commit
d5f7e4acdb
2 zmenil súbory, kde vykonal 13 pridanie a 4 odobranie
  1. 7 3
      aiberle/20200308.html
  2. 6 1
      watero/20200308.html

+ 7 - 3
aiberle/20200308.html

@@ -90,9 +90,9 @@
 			</a>
 		</footer>
 		
-		<div class="" style="">
-					<img width="100%" src="images/20200228/aiberle.png" />
-				</div>
+		<div class="go_to_pro_list" style="">
+			<img width="100%" src="images/20200228/aiberle.png" />
+		</div>
 				
 				<div class="slogan_class ul_class" style="padding-top:10px;overflow:hidden; background: #fff;">
 					<ul style="width: 98%;">
@@ -368,6 +368,10 @@
 		$(document).on('tap', '#menu>.line>a', function() {
 			location.href = 'pro-list.html?productId=' + $(this).attr("name") + '&childTypeId=' + $(this).attr("item");
 		});
+		//跳转到产品列表
+		$(document).on('tap', '.go_to_pro_list', function() {
+			location.href = 'pro-list.html';
+		});
 		mui('body').on('tap', '.erweima', function() {
 		  $('.dalog').show();
 		});

+ 6 - 1
watero/20200308.html

@@ -94,7 +94,7 @@
 			</a>
 		</nav>
 		
-		<div class="" style="">
+		<div class="go_to_pro_list" style="">
 			<img width="100%" src="images/20200228/watero.png" />
 		</div>
 		
@@ -281,6 +281,11 @@
 		  $('.dalog').show();
 		});
 		
+		//跳转到产品列表
+		$(document).on('tap', '.go_to_pro_list', function() {
+			location.href = 'chanpin_list.html?proType=16';
+		});
+		
 	</script>
 
 </html>