这是VIP章节需要订阅后才能阅读
<%
//判断用户是否登录
var totalText = '',
chapterText = '',
totalClass = 'no-subscribe-btn-box';
if( isLogin == 1 ){
totalClass = '';
totalText = '
' + cInfo.totalPrice + '小说币订阅章节:共' +
cInfo.totalChapter + '章' ;
chapterText = '
' + cInfo.price + '小说币';
}
%>