From 59059d99fb97115096167272f98605c97945c1d7 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Mon, 19 Jun 2023 17:42:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=B0=E5=9B=BE=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=94=B5=E6=A2=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/qm/MainMap_QM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/qm/MainMap_QM.js b/public/static/qm/MainMap_QM.js index f2053c5..fff4a7e 100644 --- a/public/static/qm/MainMap_QM.js +++ b/public/static/qm/MainMap_QM.js @@ -5779,7 +5779,7 @@ Facilities_QM.prototype.renderIcon = function (obj, _this, isShow = true, ele = sc.style.display = "flex"; sc.style.width = "47px"; sc.style.justifyContent = "center"; - sc.innerHTML = `${obj.title}`; + sc.innerHTML = `${obj.title}`; shopDiv.append(sc); shopDiv.dataset.name = obj.title; shopDiv.dataset.nameEn = Map_QM.util.iconEn[obj.title];