From 3677e31a715396db256b58ce9c79537858c58c51 Mon Sep 17 00:00:00 2001 From: huqi Date: Wed, 1 Dec 2021 14:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=BB=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=88=86=E7=BB=84=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/o2_core/o2/xDesktop/Default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/o2_core/o2/xDesktop/Default.js b/o2web/source/o2_core/o2/xDesktop/Default.js index 084dbfbcee..9fb94e04c0 100644 --- a/o2web/source/o2_core/o2/xDesktop/Default.js +++ b/o2web/source/o2_core/o2/xDesktop/Default.js @@ -1818,7 +1818,7 @@ o2.xDesktop.Default.StartMenu.Item = new Class({ }.bind(this) }, false); }else{ - this.textNode.set("text", this.data.title); + this.textNode.set("text", this.data.title || this.data.name); } }, setEvent: function(){ -- GitLab