Authored by whb

修改h5 bug

... ... @@ -125,7 +125,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() {
... ...