...
|
...
|
@@ -93,7 +93,7 @@ $addressForm.on('submit', function() { |
|
|
loading.hideLoadingMask();
|
|
|
} else {
|
|
|
if (queryString.refer === 'shopping') {
|
|
|
window.location.href = '/shoppingCart/selectAddress';
|
|
|
window.location.href = '/cart/index/selectAddress';
|
|
|
} else {
|
|
|
window.location.href = '/home/address';
|
|
|
}
|
...
|
...
|
|