Authored by 张孝茹

Merge branch 'feature/seo2' of git.yoho.cn:fe/yohobuywap-node into feature/seo2

... ... @@ -314,13 +314,6 @@ function search(opt) {
loading.hideLoadingMask();
window.rePosFooter();
$('.good-detail-text .name').each(function() {
let $this = $(this),
$title = $this.find('a');
$title[0].mlellipsis(2);
});
},
error: function() {
tip.show('网络断开连接了~');
... ...