edit-admin-order_detail

This commit is contained in:
lccsw
2021-10-26 14:28:39 +08:00
parent 0d52d7acf5
commit 4f09a056e4
+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) {
if (!that.info.loan_info || !that.info.loan_info.status<2) {
layer.msg('按揭审核尚未通过~', {icon: 2});
return;
}