Showing
1 changed file
with
1 additions
and
1 deletions
@@ -93,7 +93,7 @@ $addressForm.on('submit', function() { | @@ -93,7 +93,7 @@ $addressForm.on('submit', function() { | ||
93 | loading.hideLoadingMask(); | 93 | loading.hideLoadingMask(); |
94 | } else { | 94 | } else { |
95 | if (queryString.refer === 'shopping') { | 95 | if (queryString.refer === 'shopping') { |
96 | - window.location.href = '/shoppingCart/selectAddress'; | 96 | + window.location.href = '/cart/index/selectAddress'; |
97 | } else { | 97 | } else { |
98 | window.location.href = '/home/address'; | 98 | window.location.href = '/home/address'; |
99 | } | 99 | } |
-
Please register or login to post a comment