if(!=''){
subhtml= '第'++'章 ';
}
html +=' '+subhtml+_name+'' ;
html +=' '+ze+'' ;
html +=''+_price+'' ;
subhtml ='' ;
if(_subscription==1){
subhtml= '已订阅';
}else{
subhtml= '未订阅';
}
html +=''+subhtml+'' ;
html +='' ;
$("#chapter_more_table tr:last").after(html);
});
$('#chapterSum').html(chapter_t) ;
$('#goldsum').html(goldsum) ;
$('#sumEgold').html(goldsum) ;
if(parseInt($('#goldsum').html())>parseInt($('#noEgold').html())){
shoRequest();
}
$('#subs_expand_all').html('收起章节列表') ;
 /$('bs_expand').css('color','#CCC');
$('bs_expand').css('

