Authored by liangxs

Merge branch 'feature/orders' of http://git.dev.yoho.cn/web/yohobuywap into feature/orders

... ... @@ -46,6 +46,7 @@ $confimMod.on('touchend', '.cancel', function(e) {
res = {};
}
if (res.code !== 200) {
$confimMod.fadeOut();
tip.show(res.message || '网络出了点问题~');
} else {
window.location.href = '/home/orderdetail?order_code=' + orderCode;
... ...