Authored by 郝肖肖

gulp ge

... ... @@ -7866,13 +7866,15 @@ $(".coupon-content .receive-btn").closest('.swiper-slide').on('click', function(
if (data.code === 200) {
tip.show('领取成功');
$(that).find('.receive-btn').addClass('padding-20').html('已领取');
$(that).find('.receive-btn').html('已领取');
$(that).unbind('click');//移除绑定事件
return true;
} else if (data.code === 4401) {
$('#shop-login').remove();
$('body').append('<a href=\'' + data.url + '\'><span id="shop-login"><span></a>');
$('#shop-login').click();
} else if (data.code === 401) {
tip.show('已领取过');
} else {
tip.show(data.message);
}
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.