Authored by zhangxiaoru

支付为0时跳到支付成功页

@@ -983,7 +983,7 @@ class HomeController extends AbstractAction @@ -983,7 +983,7 @@ class HomeController extends AbstractAction
983 983
984 /* 判断订单是否已付款, 已付款跳到订单详情页 */ 984 /* 判断订单是否已付款, 已付款跳到订单详情页 */
985 if (!empty($orderDetail['isPay'])) { 985 if (!empty($orderDetail['isPay'])) {
986 - $this->go(Helpers::url('/home/orderdetail', array('order_code' => $orderCode))); 986 + $this->go(Helpers::url('/cart/shopping/pay/aliIspay', array('order_code' => $orderCode)));
987 } 987 }
988 988
989 $hasWxShare = strpos($this->server('HTTP_USER_AGENT', ''), 'MicroMessenger') !== false; 989 $hasWxShare = strpos($this->server('HTTP_USER_AGENT', ''), 'MicroMessenger') !== false;