{?php $ucdata['monthly_ticket'] = isset($ucdata['monthly_ticket'])?$ucdata['monthly_ticket']:0; $ucdata['user_id'] = isset($ucdata['user_id'])?$ucdata['user_id']:0; $ucdata['user_real_point'] = isset($ucdata['user_real_point'])?$ucdata['user_real_point']:0; ?}

我爱你成疾

春见

8.0 (0人评)
完结
64.38万字 | 26.45万次阅读
治愈 女强 姐弟恋

我和丈夫结婚三年,虽然没有孩子,但一直恩爱如初,可我怎么也没想到在生日当天,他和一个女人出现在同一张床上,他说那个女人只是代孕。 有人告诉我既然你丈夫出轨,你又没办法离婚,那你也出轨怎么样?说话的人歪头笑着看我,眼神幽深。

展开

作品目录 315章
正序
守护榜 粉丝榜
热门书评 (0条书评)
我要评书
...查看更多书评
评价《我爱你成疾》
轻点添加评分
打赏
  • 100花贝

  • 500花贝

  • 1000花贝

  • 5000花贝

  • 10000花贝

{?php $ucdata['monthly_ticket'] = isset($ucdata['monthly_ticket'])?$ucdata['monthly_ticket']:0; $ucdata['user_id'] = isset($ucdata['user_id'])?$ucdata['user_id']:0; $ucdata['user_real_point'] = isset($ucdata['user_real_point'])?$ucdata['user_real_point']:0; ?} 花贝余额 : 0 去充值>

打赏

花贝余额不足,请立即充值

如何获得月票

/// 切换粉丝/守护榜 const onTypeCk = function(){ const _this = $(this); _this.addClass('active').siblings().removeClass('active'); if(_this.text() == '粉丝榜') { $('#fans').show(); $('#guard').hide(); if (fansRankCount == 3) { $('.to_next a').attr('href','/novel_getFansRankList?book_id=' + bookId); }else{ $('.to_next a').attr('href','javascript:void();'); } }else { $('#fans').hide(); $('#guard').show(); if (guardRankCount == 3) { $('.to_next a').attr('href','/novel_getGuardRankList?book_id=' + bookId); }else{ $('.to_next a').attr('href','javascript:void();'); } } }; }; /// 正序倒序切换 const onOrderCk = function(){ const _desc = $('.desc'),_aesc = $('.aesc'), _order_name = $('.order_name'); if(_order_name.text() == '正序') { _desc.hide(); _aesc.show(); _order_name.text('倒序') }else { _desc.show(); _aesc.hide(); _order_name.text('正序') } }; // 点击收起简介 const onHideCk = function(){ handle_txt(); $(this).hide(); $(this).siblings().show(); }; // 点击展开更多简介 const onOpenCk = function(){ $('.bk_intro .txt').text(_txt); $(this).hide(); $(this).siblings().show(); }; handle_txt(); init(); }();