Showing
1 changed file
with
5 additions
and
5 deletions
@@ -637,12 +637,12 @@ $(function() { | @@ -637,12 +637,12 @@ $(function() { | ||
637 | SRC_ID: 5, | 637 | SRC_ID: 5, |
638 | ATTCT_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 | - provName: $('.identity-back-wrap .result-provName').html(), | ||
643 | - collegeName: $('.identity-back-wrap .result-collegeName').html(), | ||
644 | - educationDegree: $('.identity-back-wrap .result-educationDegree').html(), | ||
645 | - 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() | ||
646 | } | 646 | } |
647 | }); | 647 | }); |
648 | } | 648 | } |
-
Please register or login to post a comment