Authored by 郭成尧

Merge branch 'feature/ordrEnsurOptmz' into release/5.3

@@ -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(