Authored by hongweigao

修改验证成功的埋点参数名

... ... @@ -637,12 +637,12 @@ $(function() {
SRC_ID: 5,
ATTCT_RES: 1,
ATTCT_INFO: {
birthDay: $('.identity-back-wrap .result-birthDay').html(),
birth: $('.identity-back-wrap .result-birthDay').html(),
sex: $('.identity-back-wrap .result-sex').html(),
provName: $('.identity-back-wrap .result-provName').html(),
collegeName: $('.identity-back-wrap .result-collegeName').html(),
educationDegree: $('.identity-back-wrap .result-educationDegree').html(),
enrollmentYear: $('.identity-back-wrap .result-enrollmentYear').html()
college_province: $('.identity-back-wrap .result-provName').html(),
college_name: $('.identity-back-wrap .result-collegeName').html(),
education_degree: $('.identity-back-wrap .result-educationDegree').html(),
enrollment_year: $('.identity-back-wrap .result-enrollmentYear').html()
}
});
}
... ...