Merge branch 'feature/ordrEnsurOptmz' into release/5.3
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -28,7 +28,7 @@ $('.nav-back').on('touchend', function() { | @@ -28,7 +28,7 @@ $('.nav-back').on('touchend', function() { | ||
28 | ['订单需要在2小时之内完成,', '放弃商品会被抢光哦!'], | 28 | ['订单需要在2小时之内完成,', '放弃商品会被抢光哦!'], |
29 | [ | 29 | [ |
30 | { | 30 | { |
31 | - href: '/home/orderdetail?order_code=' + theOrderCode, | 31 | + href: 'javascript:history.go(-1);', |
32 | text: '放弃', | 32 | text: '放弃', |
33 | class: '' | 33 | class: '' |
34 | }, | 34 | }, |
@@ -840,7 +840,7 @@ class CartModel | @@ -840,7 +840,7 @@ class CartModel | ||
840 | 840 | ||
841 | $result['buttons'] = array( | 841 | $result['buttons'] = array( |
842 | array( | 842 | array( |
843 | - 'href' => Helpers::url('/cart/index'), | 843 | + 'href' => Helpers::url('/cart/index/index'), |
844 | 'text' => '重新选择商品', | 844 | 'text' => '重新选择商品', |
845 | ), | 845 | ), |
846 | array( | 846 | array( |
-
Please register or login to post a comment