edit-admin-edit_order2
This commit is contained in:
@@ -347,9 +347,11 @@
|
|||||||
},
|
},
|
||||||
carModal: function () {
|
carModal: function () {
|
||||||
var that = this
|
var that = this
|
||||||
if (!that.info.payway || !that.info.loan_info || !that.info.loan_info.status) {
|
if(!that.info.payway){
|
||||||
layer.msg('按揭审核尚未通过~', {icon: 2});
|
if (!that.info.loan_info || !that.info.loan_info.status) {
|
||||||
return;
|
layer.msg('按揭审核尚未通过~', {icon: 2});
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
that.setauto(1);
|
that.setauto(1);
|
||||||
that.setauto(2);
|
that.setauto(2);
|
||||||
|
|||||||
Reference in New Issue
Block a user