Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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('网络出了点问题~'); |
-
Please register or login to post a comment