{?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人评)
连载
18.68万字 | 1.15万次阅读
甜文 日久生情

作为海洋保护协会的一员,江晚意最大的心愿是能还海洋一片净土。 可她要面对的,除了日渐恶劣的海洋环境,还有职场上的尔虞我诈。 筋疲力竭之余,她遇到了跟她志向相同的陆铭生。 本以为只是再正常不过的工作往来,没想到却动了心。 他站在她面前,低垂着眼:“我没有女朋友。” 江晚意愣了,好一会儿不知道说什么。 陆铭生又说:“你可以做我女朋友吗?”

展开

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