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