Authored by xuqi

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0

... ... @@ -60,7 +60,7 @@ const menuData = ()=> {
},
{
id: '5',
text: '有货服务条款'
text: '服务条款'
}
]
};
... ...
... ... @@ -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();
}
... ...