edit-admin-edit_order2

This commit is contained in:
lccsw
2021-10-20 11:48:06 +08:00
parent 580653502d
commit 9b309299ca
+5 -3
View File
@@ -347,9 +347,11 @@
},
carModal: function () {
var that = this
if (!that.info.payway || !that.info.loan_info || !that.info.loan_info.status) {
layer.msg('按揭审核尚未通过~', {icon: 2});
return;
if(!that.info.payway){
if (!that.info.loan_info || !that.info.loan_info.status) {
layer.msg('按揭审核尚未通过~', {icon: 2});
return;
}
}
that.setauto(1);
that.setauto(2);