这么写不显示
<div class="fl err_message cqs_amount_error">
<span id="cqs_amount_error"></span>
</div>
$("#cqs_amount_error").text(
"申请人" + insured.name + "职业为" + insured.worktype
);
这么写不显示
<div class="fl err_message cqs_amount_error">
<span id="cqs_amount_error"></span>
</div>
$("#cqs_amount_error").text(
"申请人" + insured.name + "职业为" + insured.worktype
);