Authored by 邱骏

去掉log

... ... @@ -202,7 +202,6 @@ function submitGroupOrder(verifyCode) {
tip.show('系统繁忙,请稍后再试!');
return;
}
console.log(res);
if (res.code === 200) {
if (payType === 2) {
... ...