...
|
...
|
@@ -229,7 +229,7 @@ function submitChange(d) { |
|
|
data: d
|
|
|
}).done(function(result) {
|
|
|
if (result.code === 200) {
|
|
|
location.href = '/me/return';
|
|
|
location.href = 'http://www.yohoblk.com/me/return/exchange/detail/?orderCode=' + result.data.apply_id;
|
|
|
} else {
|
|
|
new _alert('<h1>' + result.message + '</h1>').show();
|
|
|
}
|
...
|
...
|
|