diff --git a/admin/views/receiver/orders/get.php b/admin/views/receiver/orders/get.php index 0a9cd5d9..b177a713 100644 --- a/admin/views/receiver/orders/get.php +++ b/admin/views/receiver/orders/get.php @@ -361,7 +361,7 @@ carModal: function () { var that = this if(!that.info.payway){ - if (!that.info.loan_info || !that.info.loan_info.status) { + if (!that.info.loan_info || !that.info.loan_info.status<2) { layer.msg('按揭审核尚未通过~', {icon: 2}); return; }