edit-admin-order_info

This commit is contained in:
lccsw
2021-10-27 09:25:28 +08:00
parent 1bb9a98931
commit d3651e718c
+1 -1
View File
@@ -361,7 +361,7 @@
carModal: function () {
var that = this
if(!that.info.payway){
if (!that.info.loan_info || !that.info.loan_info.status<2) {
if (!that.info.loan_info || that.info.loan_info.status<2) {
layer.msg('按揭审核尚未通过~', {icon: 2});
return;
}