Authored by liangxs

地址修改后跳转url修复

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