From f50749984b80bea166701a70cc9d6a35c6c48139 Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Wed, 20 Oct 2021 11:45:46 +0800 Subject: [PATCH] edit-admin-edit_order --- 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 7c804dd7..eb6502df 100644 --- a/admin/views/receiver/orders/get.php +++ b/admin/views/receiver/orders/get.php @@ -347,7 +347,7 @@ }, carModal: function () { var that = this - if (that.info.loan_info && !that.info.loan_info.status) { + if (!that.info.payway || !that.info.loan_info || !that.info.loan_info.status) { layer.msg('按揭审核尚未通过~', {icon: 2}); return; }