Commit 762779a7 by 朱继来

Merge branch 'zjl_create_order_20180813'

parents 6702bdbb 1a615684
Showing with 1 additions and 1 deletions
......@@ -335,7 +335,7 @@
}
}
} else {
if (type == 1 && type == 2) { // 1.联营 2.专卖
if (type == 1 || type == 2) { // 1.联营 2.专卖
layer.msg('仅支持自营商品下单,请在联营订单中下单');
return false;
}
......
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