Authored by 郝肖肖

Merge branch 'feature/shopSort' into release/5.2

... ... @@ -833,7 +833,7 @@ $newList.on('touchstart', 'li', function(e) {
default:
break;
}
$pre = $firstLiDom;
search();
});
... ...
... ... @@ -87,7 +87,6 @@
width: 150px;
height: 50px;
line-height: 24px;
padding-top: 2px;
overflow: hidden;
word-break: break-all;
display: -webkit-box;
... ...