...
|
...
|
@@ -129,8 +129,8 @@ |
|
|
$('.tip .title').html(data.message);
|
|
|
$('#activityDesc').html(data.activityDesc);
|
|
|
if(data.ended) {
|
|
|
$('.tip-wrap').removeClass('hidden');
|
|
|
$('.tip-wrap .title').html(data.message);
|
|
|
$('.tip-wrap').removeClass('hidden');
|
|
|
$('.tip-wrap .title').html(data.message);
|
|
|
}
|
|
|
} else {
|
|
|
showToast(data.message, 1400);
|
...
|
...
|
@@ -168,14 +168,10 @@ |
|
|
}, false);
|
|
|
}
|
|
|
if (data.code === 200) {
|
|
|
// if (data.flag !== 1) {
|
|
|
// $('.tip-wrap').removeClass('hidden');
|
|
|
// $('.tip-wrap .title').html(data.returnMsg);
|
|
|
// }
|
|
|
// else {
|
|
|
// $('.coupon-centent .phone-input-content').addClass('hidden');
|
|
|
// $('.coupon-centent .vertify-input-content').removeClass('hidden');
|
|
|
// }
|
|
|
|
|
|
$('.coupon-centent .phone-input-content').addClass('hidden');
|
|
|
$('.coupon-centent .vertify-input-content').removeClass('hidden');
|
|
|
|
|
|
} else {
|
|
|
showToast(data.message, 1400);
|
|
|
}
|
...
|
...
|
@@ -208,14 +204,9 @@ |
|
|
returnCode: data.returnCode
|
|
|
}, false);
|
|
|
}
|
|
|
// if (data.flag !== 1) {
|
|
|
// $('.tip-wrap').removeClass('hidden');
|
|
|
// $('.tip-wrap .title').html(data.returnMsg);
|
|
|
// }
|
|
|
// else {
|
|
|
// $('.coupon-centent').addClass('hidden');
|
|
|
// $('.gain-coupon-centent').removeClass('hidden');
|
|
|
// }
|
|
|
$('.coupon-centent').addClass('hidden');
|
|
|
$('.gain-coupon-centent').removeClass('hidden');
|
|
|
|
|
|
} else {
|
|
|
showToast(data.message, 1400);
|
|
|
}
|
...
|
...
|
|