From 1a024a77091b65a91eb828d26b80aca7804f3d99 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 22 Mar 2022 11:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/home/search.js b/public/home/search.js index b1ef85427..2564f2a14 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -447,7 +447,7 @@ function displayUserResult(page,jsonResult,onlyReturnNum,keyword){ html += "

" + recordMap["description"] + "

"; html +="

"; if(!isEmpty(recordMap["email"]) && recordMap["email"] != "null"){ - html +=" " + recordMap["email"] + ""; + html +="  " + recordMap["email"] + ""; } html +=" 加入于 "; html += recordMap["add_time"]