Merge branch 'feature/orders' of http://git.dev.yoho.cn/web/yohobuywap into feature/orders
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -46,6 +46,7 @@ $confimMod.on('touchend', '.cancel', function(e) { | @@ -46,6 +46,7 @@ $confimMod.on('touchend', '.cancel', function(e) { | ||
46 | res = {}; | 46 | res = {}; |
47 | } | 47 | } |
48 | if (res.code !== 200) { | 48 | if (res.code !== 200) { |
49 | + $confimMod.fadeOut(); | ||
49 | tip.show(res.message || '网络出了点问题~'); | 50 | tip.show(res.message || '网络出了点问题~'); |
50 | } else { | 51 | } else { |
51 | window.location.href = '/home/orderdetail?order_code=' + orderCode; | 52 | window.location.href = '/home/orderdetail?order_code=' + orderCode; |
-
Please register or login to post a comment