Authored by wenjiekong

没有优惠券时,不加载优惠劵状态

... ... @@ -581,6 +581,8 @@ $(function() {
couponIds.push($(this).attr('data-id'));
});
if (couponIds.length > 0) {
$.ajax({
type: 'GET',
url: '/product/students/userAcquireStatus',
... ... @@ -635,6 +637,7 @@ $(function() {
error: function() {
}
});
}
if ($('#identity-success').length > 0) {
// xls-4学生认证成功埋点
... ...