...
|
...
|
@@ -180,7 +180,7 @@ $goodInfoMain.on('click', '.col-btn', function() { |
|
|
if (res.code === 200) {
|
|
|
$this.toggleClass('coled');
|
|
|
} else if (res.code === 403) {
|
|
|
location.href = '/signin.html?refer=' + encodeURIComponent(location.href);
|
|
|
location.href = 'http://www.yohobuy.com/signin.html?refer=' + encodeURIComponent(location.href);
|
|
|
}
|
|
|
});
|
|
|
});
|
...
|
...
|
|