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

你好,晏律师

前尘远歌

9.4 (0人评)
完结
37.58万字 | 3.95万次阅读
正剧 白领浪漫

一毕业就回到家乡舒适圈的晏予歌,在二十六岁那年选择北上到北京的顶尖知产律所逐梦。毒舌犀利的合伙人霍渊,陌路重逢的大学前男友蒋子恒,还有身边性格各异的各位大咖同事,成就了晏予歌酸甜苦辣的职场生活。从默默无闻的律师助理,到力挽狂澜的律界女王,走上事业巅峰之时,她看看那个陪她并肩巅峰的人弯起唇角:霍律,作为目睹我一路成长的当事人,现在您是不是该做出真实意思表示了?霍渊微微一笑:看来是学成了,都敢找我要奖励了。

展开

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