Authored by jinhu.tung

ajax history.go() reload

... ... @@ -93,6 +93,9 @@ var Util = {
template = hbs.compile($('#cart-content-tpl').html());
$('#cart_content').html(template(data));
// 防止回退history.go(-1)时页面状态不改变
window.location.reload();
if (callback) {
return callback();
}
... ...