|
@@ -635,13 +635,14 @@ $(function() { |
|
@@ -635,13 +635,14 @@ $(function() { |
635
|
// xls-4学生认证成功埋点
|
635
|
// xls-4学生认证成功埋点
|
636
|
givePoint('YB_STUDENT_ATTCT_RESULT', {
|
636
|
givePoint('YB_STUDENT_ATTCT_RESULT', {
|
637
|
SRC_ID: 5,
|
637
|
SRC_ID: 5,
|
638
|
- SUBMIT_RES: 1,
|
638
|
+ ATTCT_RES: 1,
|
639
|
ATTCT_INFO: {
|
639
|
ATTCT_INFO: {
|
640
|
- birthDay: $('.identity-back-wrap .result-birthDay').html(),
|
640
|
+ birth: $('.identity-back-wrap .result-birthDay').html(),
|
641
|
sex: $('.identity-back-wrap .result-sex').html(),
|
641
|
sex: $('.identity-back-wrap .result-sex').html(),
|
642
|
- collegeName: $('.identity-back-wrap .result-collegeName').html(),
|
|
|
643
|
- educationDegree: $('.identity-back-wrap .result-educationDegree').html(),
|
|
|
644
|
- enrollmentYear: $('.identity-back-wrap .result-enrollmentYear').html()
|
642
|
+ college_province: $('.identity-back-wrap .result-provName').html(),
|
|
|
643
|
+ college_name: $('.identity-back-wrap .result-collegeName').html(),
|
|
|
644
|
+ education_degree: $('.identity-back-wrap .result-educationDegree').html(),
|
|
|
645
|
+ enrollment_year: $('.identity-back-wrap .result-enrollmentYear').html()
|
645
|
}
|
646
|
}
|
646
|
});
|
647
|
});
|
647
|
}
|
648
|
}
|
|
@@ -650,7 +651,7 @@ $(function() { |
|
@@ -650,7 +651,7 @@ $(function() { |
650
|
// xls-4学生认证失败埋点
|
651
|
// xls-4学生认证失败埋点
|
651
|
givePoint('YB_STUDENT_ATTCT_RESULT', {
|
652
|
givePoint('YB_STUDENT_ATTCT_RESULT', {
|
652
|
SRC_ID: 5,
|
653
|
SRC_ID: 5,
|
653
|
- SUBMIT_RES: 2,
|
654
|
+ ATTCT_RES: 2,
|
654
|
FAILURE_CAUSE: $('#identity-fail-text').html()
|
655
|
FAILURE_CAUSE: $('#identity-fail-text').html()
|
655
|
});
|
656
|
});
|
656
|
}
|
657
|
}
|