style
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -9,9 +9,9 @@ $(function () { | ... | @@ -9,9 +9,9 @@ $(function () { |
9 | function fetchDataReview() { | 9 | function fetchDataReview() { |
10 | let list = getApplyRecord(GetQueryString('bsm_slsq'), GetQueryString('businessno')); | 10 | let list = getApplyRecord(GetQueryString('bsm_slsq'), GetQueryString('businessno')); |
11 | if(list.sqrlb == '1') { | 11 | if(list.sqrlb == '1') { |
12 | $('.acceptance_information h3').text('权利人信息'); | 12 | $('#acceptance_information h3').text('权利人信息'); |
13 | }else { | 13 | }else { |
14 | $('.acceptance_information h3').text('义务人信息'); | 14 | $('#acceptance_information h3').text('义务人信息'); |
15 | } | 15 | } |
16 | // 房屋信息 | 16 | // 房屋信息 |
17 | let houseInfo = getFDCQ2(GetQueryString('bsm_slsq')); | 17 | let houseInfo = getFDCQ2(GetQueryString('bsm_slsq')); | ... | ... |
... | @@ -92,7 +92,7 @@ | ... | @@ -92,7 +92,7 @@ |
92 | </ul> | 92 | </ul> |
93 | </div> | 93 | </div> |
94 | <!-- ----------买方信息--------- --> | 94 | <!-- ----------买方信息--------- --> |
95 | <div class="acceptance_information"> | 95 | <div class="acceptance_information" id="acceptance_information"> |
96 | <h3>权利人信息</h3> | 96 | <h3>权利人信息</h3> |
97 | <ul id="informationList" class="informationList"></ul> | 97 | <ul id="informationList" class="informationList"></ul> |
98 | </div> | 98 | </div> | ... | ... |
-
Please register or sign in to post a comment