Commit a5f59567 authored by wwccw0591's avatar wwccw0591

pc

parent 0d2d3fcc
......@@ -600,7 +600,11 @@ class OrderModel extends \DAO\AbstractModel
$text = OrderConst::unpayMessage;
}
if ($order['orderState'] == ApiConst::orderStateWaitConfirm && $order['paymentType'] != ApiConst::offlinePay && $order['paymentType'] != ApiConst::afterSendPay) {
$text = OrderConst::payCancelMessage;
if($order['orderState']==ApiConst::orderStateClose && $order['orderState']==ApiConst::orderStateCancel){
$test='';
}else{
$text = OrderConst::payCancelMessage;
}
}
}
//详情
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment