Authored by 周少峰

Merge branch 'release/5.3' of git.yoho.cn:fe/YOHOBUYPC into release/5.3

@@ -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',