|
@@ -90,9 +90,9 @@
|
|
</a>
|
|
</a>
|
|
</footer>
|
|
</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;">
|
|
<div class="slogan_class ul_class" style="padding-top:10px;overflow:hidden; background: #fff;">
|
|
<ul style="width: 98%;">
|
|
<ul style="width: 98%;">
|
|
@@ -368,6 +368,10 @@
|
|
$(document).on('tap', '#menu>.line>a', function() {
|
|
$(document).on('tap', '#menu>.line>a', function() {
|
|
location.href = 'pro-list.html?productId=' + $(this).attr("name") + '&childTypeId=' + $(this).attr("item");
|
|
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() {
|
|
mui('body').on('tap', '.erweima', function() {
|
|
$('.dalog').show();
|
|
$('.dalog').show();
|
|
});
|
|
});
|