...
|
...
|
@@ -117,8 +117,6 @@ define('mobile', function(require, exports) { |
|
|
$('body,html').animate({
|
|
|
scrollTop: offsetTop
|
|
|
});
|
|
|
|
|
|
|
|
|
});
|
|
|
$('.search-wrap').find('input').on('keyup', function(event) {
|
|
|
var keycode = event.which;
|
...
|
...
|
@@ -131,7 +129,7 @@ define('mobile', function(require, exports) { |
|
|
});
|
|
|
//获取所有品牌
|
|
|
$(".all_brand").live("tap", function() {
|
|
|
$("input[type='search']").val("");
|
|
|
$("input[type='text']").val("");
|
|
|
getBrand();
|
|
|
});
|
|
|
$('.search-wrap input').on('blur', function() {
|
...
|
...
|
|