Merge branch 'develop' of http://git.dev.yoho.cn/web/yohood into develop
Showing
2 changed files
with
2 additions
and
4 deletions
@@ -117,8 +117,6 @@ define('mobile', function(require, exports) { | @@ -117,8 +117,6 @@ define('mobile', function(require, exports) { | ||
117 | $('body,html').animate({ | 117 | $('body,html').animate({ |
118 | scrollTop: offsetTop | 118 | scrollTop: offsetTop |
119 | }); | 119 | }); |
120 | - | ||
121 | - | ||
122 | }); | 120 | }); |
123 | $('.search-wrap').find('input').on('keyup', function(event) { | 121 | $('.search-wrap').find('input').on('keyup', function(event) { |
124 | var keycode = event.which; | 122 | var keycode = event.which; |
@@ -131,7 +129,7 @@ define('mobile', function(require, exports) { | @@ -131,7 +129,7 @@ define('mobile', function(require, exports) { | ||
131 | }); | 129 | }); |
132 | //获取所有品牌 | 130 | //获取所有品牌 |
133 | $(".all_brand").live("tap", function() { | 131 | $(".all_brand").live("tap", function() { |
134 | - $("input[type='search']").val(""); | 132 | + $("input[type='text']").val(""); |
135 | getBrand(); | 133 | getBrand(); |
136 | }); | 134 | }); |
137 | $('.search-wrap input').on('blur', function() { | 135 | $('.search-wrap input').on('blur', function() { |
@@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
27 | <div class="layout-item clearfix"> | 27 | <div class="layout-item clearfix"> |
28 | <div class="image-box"> | 28 | <div class="image-box"> |
29 | <img data-original="<?php echo Lib_Images::getImageUrl($plan['pic'], 'source','fragmentimg');?>?imageView/2/w/360" | 29 | <img data-original="<?php echo Lib_Images::getImageUrl($plan['pic'], 'source','fragmentimg');?>?imageView/2/w/360" |
30 | - src="<?php echo Lib_Images::getImageUrl($plan['pic'], 'source','fragmentimg');?>?imageView/2/w/320" alt="" > | 30 | + src="<?php echo Lib_Images::getImageUrl($plan['pic'], 'source','fragmentimg');?>" alt="" > |
31 | </div> | 31 | </div> |
32 | <div class="content"> | 32 | <div class="content"> |
33 | <h2 class="volupia"> | 33 | <h2 class="volupia"> |
-
Please register or login to post a comment