Authored by zhangxiaoru

editorial

... ... @@ -94,7 +94,7 @@ $('#collect-btn').click(function() {
new _alert(data.message).show();
$this.toggleClass('collected');
} else if (data.code === 400) {
window.location.href = 'http://www.yohobuy.com/passport/login';
window.location.href = 'http://www.yohoblk.com/passport/login';
} else {
new _alert(data.message).show();
}
... ... @@ -144,7 +144,7 @@ function comment() {
// clear comment-text
$('#comment-info').val('').keyup();
} else if (data.code === 400) {
window.location.href = 'http://www.yohobuy.com/passport/login';
window.location.href = 'http://www.yohoblk.com/passport/login';
} else {
new _alert(data.message).show();
}
... ...