|
@ -38,6 +38,7 @@ $(document).ready(function () { |
|
|
$('.edit-input').val('') |
|
|
$('.edit-input').val('') |
|
|
// $('.radio-form').hide();
|
|
|
// $('.radio-form').hide();
|
|
|
// $('.normal-form').hide();
|
|
|
// $('.normal-form').hide();
|
|
|
|
|
|
$('.img_list2').removeClass('pd84') |
|
|
|
|
|
|
|
|
$('.normal-input').val(res.data.refer); |
|
|
$('.normal-input').val(res.data.refer); |
|
|
$('.char-count').text(res.data.refer.length + '/100'); |
|
|
$('.char-count').text(res.data.refer.length + '/100'); |
|
@ -45,6 +46,18 @@ $(document).ready(function () { |
|
|
$('.normal-form').show(); |
|
|
$('.normal-form').show(); |
|
|
$('.normal-input').addClass('h74') |
|
|
$('.normal-input').addClass('h74') |
|
|
$('#edu2').click(); |
|
|
$('#edu2').click(); |
|
|
|
|
|
$('.img_list2').addClass('pd84') |
|
|
|
|
|
}else{ |
|
|
|
|
|
$('.normal-form').hide(); |
|
|
|
|
|
$('.normal-input').removeClass('h74') |
|
|
|
|
|
$('#edu1').click(); |
|
|
|
|
|
} |
|
|
|
|
|
if(res.data.wid && !res.data.refer){ |
|
|
|
|
|
$('.radio-form').hide(); |
|
|
|
|
|
$('.common-input').hide() |
|
|
|
|
|
}else{ |
|
|
|
|
|
$('.radio-form').show(); |
|
|
|
|
|
$('.common-input').show() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
$('.answer-input').val(res.data.text); |
|
|
$('.answer-input').val(res.data.text); |
|
|