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