Authored by tanling

no message

... ... @@ -168,14 +168,14 @@
}, 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');
}
// 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');
// }
} else {
showToast(data.message, 1400);
}
... ... @@ -208,14 +208,14 @@
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');
}
// if (data.flag !== 1) {
// $('.tip-wrap').removeClass('hidden');
// $('.tip-wrap .title').html(data.returnMsg);
// }
// else {
// $('.coupon-centent').addClass('hidden');
// $('.gain-coupon-centent').removeClass('hidden');
// }
} else {
showToast(data.message, 1400);
}
... ...