edit-admin-edit_order

This commit is contained in:
lccsw
2021-10-20 11:45:46 +08:00
parent b933d64af1
commit f50749984b
+1 -1
View File
@@ -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;
}