Commit f3d4e84c by 朱继来

提交订单添加判断

parent 810c077c
Showing with 4 additions and 1 deletions
......@@ -770,7 +770,10 @@
location.href = '/addorder/success?order_id='+resp.data.order_id+'&type='+resp.data.type;
return false;
}
} else if (resp.errcode == 21024) {
layer.alert('该用户已进入公司黑名单,具体请联系吴承义,同时订单无法提交');
return false;
}
layer.alert(resp.errmsg);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment