From 53e919bd68b780af034e371149be4e83d4220c63 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Mon, 2 Dec 2019 19:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=BD=E5=9C=B0=E9=A1=B5=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Home/landingPage.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 62a3d98db..e7a9cb778 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -319,12 +319,13 @@ }) }); - if ($("#brief_introduction").length<80) { + if ($("#brief_introduction").text().length<220) { $("#look_more").hide(); } $(".more").click(function(){ $("#look_more").hide(); $("#brief_introduction").css("overflow", "visible"); + $("#brief_introduction").css("display", "block"); }); function swiperGet(){