Commit 0d658634 by LiuJunYi

未付款

parent ab0dc3f4
...@@ -129,6 +129,8 @@ class Order extends BaseModel ...@@ -129,6 +129,8 @@ class Order extends BaseModel
if($data['is_refund'] == config('refund_status.pass')){ if($data['is_refund'] == config('refund_status.pass')){
$str = '已退款'; $str = '已退款';
} }
}elseif($data['status'] == 0){
$str = '未付款';
} }
return $str; return $str;
} }
......
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