{?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; ?}

傅爷的替身暖妻

甜茶

10.0 (0人评)
完结
263.44万字 | 34万次阅读
甜文 替身 豪门

第一次见,她睡在他身边,但他不知道她是谁。 第二次见,他抱她在怀里,转身却说抱歉,认错了人。 姜暖难堪又委屈。 但当她一次又一次陷入危机时,这个男人却总会为她撑腰。 “傅爷,为什么帮我?” “可能,你闻起来比较香。” 于是,姜暖成了傅司言身边的小秘书, 辅助工作,还要照顾起居,最后,赔了身还丢了心。 世人都说傅司言冷漠矜贵,权势滔天,海城人人都要称一声傅爷。 但谁也不知道,他为了把老婆拐回家,套路深似海。

展开

作品目录 1230章
正序
守护榜 粉丝榜
热门书评 (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(); }();