Authored by yyq

提交订单失败提示

... ... @@ -687,6 +687,8 @@ $('#order-submit').click(function() {
} else {
location.href = data.data.url;
}
} else if (data.message) {
new dialog.Alert(data.message).show();
}
});
});
... ...