Authored by ccbikai

历史搜索 链接地址

... ... @@ -61,7 +61,7 @@ cHammer.on('tap', function() {
continue;
}
html += '<li><a href="/?query=' + history + '">' + history + '</li>';
html += '<li><a href="http://search.m.yohobuy.com/?query=' + history + '">' + history + '</li>';
}
$history.html(html);
... ...