Authored by rqq

Merge branch 'hotfix/life' of http://git.dev.yoho.cn/web/yohobuywap into hotfix/life

@@ -12363,14 +12363,14 @@ function get() { @@ -12363,14 +12363,14 @@ function get() {
12363 window.setCookie('lifeCoupon', data.data); 12363 window.setCookie('lifeCoupon', data.data);
12364 location.href = '/life/coupon'; 12364 location.href = '/life/coupon';
12365 } else if (data.code === 401) { 12365 } else if (data.code === 401) {
12366 - $('.successed').show(); 12366 + $('.successed').css('display', 'block');
12367 $('.sure').click(function() { 12367 $('.sure').click(function() {
12368 location.href = '/life/coupon'; 12368 location.href = '/life/coupon';
12369 }); 12369 });
12370 } else if (data.code === 403) { 12370 } else if (data.code === 403) {
12371 - $('.late').show(); 12371 + $('.late').css('display', 'block');
12372 } else { 12372 } else {
12373 - $('.faill').show(); 12373 + $('.faill').css('display', 'block');
12374 } 12374 }
12375 } 12375 }
12376 }); 12376 });
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.