Merge branch 'release/5.3' of git.yoho.cn:fe/YOHOBUYPC into release/5.3
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -844,7 +844,7 @@ $('.to-play input.submit').click(function() { | @@ -844,7 +844,7 @@ $('.to-play input.submit').click(function() { | ||
844 | btnClass: ['confirm-sure', 'w110'], | 844 | btnClass: ['confirm-sure', 'w110'], |
845 | name: '重新选择商品', | 845 | name: '重新选择商品', |
846 | cb: function() { | 846 | cb: function() { |
847 | - window.history.go(-1); | 847 | + window.location.href = '//www.yohobuy.com/shopping/cart'; |
848 | } | 848 | } |
849 | }, { | 849 | }, { |
850 | id: 'confirm-sure', | 850 | id: 'confirm-sure', |
-
Please register or login to post a comment