Authored by liangxs

地址修改后跳转url修复

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