5.0 |02月09日 |已完结 共46集
简介:
李断(贾乃亮 饰)从事着一份特殊的职业——帮助因为感情破裂而分手的情侣重修旧好,人称复合大师。而梅远贵(邓超 饰)则和他恰恰相反,是一个名副其实的分手大师,两人是事业和人生里的宿敌,李断更是发誓一定要将梅远贵给打败。 周末(王晓晨 饰)是衔着金汤匙出生的千金大小姐,在误打误撞之中邂逅了李断,被其魅力所折服,一心追随他进入了复合事务所。那边厢,周一(代乐乐 饰)在阴差阳错之中成为了梅远贵的继承人,接手了分手事务所,巧合的是,周一是周末同父异母的姐姐。就这样,大大小小的趣事在两间事务所内接二连三的发生着。
猜你喜欢
换一换
首页
电影
连续剧
综艺
动漫
短剧大全
script>var dfdPrompt=null;var installPromptDiv=document.getElementById('install-prompt');function shouldShowInstallPrompt(){const oneDay=168*60*60*1000;const lastClosed=localStorage.getItem('installPromptClosed');if(lastClosed){const now=Date.now();return now-lastClosed>oneDay}return true}function showInstallPrompt(){if(dfdPrompt&&shouldShowInstallPrompt()){installPromptDiv.style.display='block'}}function closePrompt(){installPromptDiv.style.display='none';localStorage.setItem('installPromptClosed',Date.now())}window.addEventListener('beforeinstallprompt',function(e){dfdPrompt=e;e.preventDefault();showInstallPrompt()});function addToDesktop(){if(dfdPrompt){dfdPrompt.prompt();dfdPrompt.userChoice.then(function(choiceResult){console.log(choiceResult.outcome);closePrompt();dfdPrompt=null})}else{console.log('添加到主屏幕的功能不可用。')}}window.onload=showInstallPrompt;