Authored by cailing

再次购买

@@ -600,6 +600,10 @@ class OrderModel @@ -600,6 +600,10 @@ class OrderModel
600 if ($status >= 6 && $time < 86400 * $orderRefundLimitTime && $attribute != 3 && $isCancel == 'N') { 600 if ($status >= 6 && $time < 86400 * $orderRefundLimitTime && $attribute != 3 && $isCancel == 'N') {
601 $operation[] = array('href' => $refundUrl, 'name' => '申请退货', 'optDis' => $opRefundStatus); 601 $operation[] = array('href' => $refundUrl, 'name' => '申请退货', 'optDis' => $opRefundStatus);
602 } 602 }
  603 + //再次购买
  604 + if ( $isCancel == 'Y') {
  605 + $operation[] = array( 'name' => '再次购买', 'reBuy' => true);
  606 + }
603 return $operation; 607 return $operation;
604 } 608 }
605 609