From 4f09a056e42b200a6357b684de9ea42b3c60c987 Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Tue, 26 Oct 2021 14:28:39 +0800 Subject: [PATCH] edit-admin-order_detail --- admin/views/receiver/orders/get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }