From 9081d9696f24552ef52026b99ae74a0b91b38baa Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Fri, 7 May 2021 17:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index e9df131..50c851d 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -169,7 +169,7 @@ GOFLY.getNotice=function(){ }else{ _this.chatPageTitle="
"; setTimeout(function(){ - var userInfo=" "+res.result.username+"" + var userInfo=" "+res.result.username+"" $('.launchButtonText').html(userInfo); },3000); }