From cc021a0544a8c0b2a056cec3168da119515a8e38 Mon Sep 17 00:00:00 2001
From: ansel0926 <ansel0926@gmail.com>
Date: 星期六, 14 五月 2022 16:53:59 +0800
Subject: [PATCH] 点标记

---
 assets/utils/popup.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/assets/utils/popup.js b/assets/utils/popup.js
index 3162ba4..7ba4aff 100644
--- a/assets/utils/popup.js
+++ b/assets/utils/popup.js
@@ -18,7 +18,8 @@
     $(_this.viewer.container).append( _this.ctn);
     //娴嬭瘯寮圭獥鍐呭
     var testConfig = {
-        header:_this.entity._name,
+        header:_this.entity.title,
+        //header:"",
         content:'<img class="image" style="width:100%;height:100%;max-width:200px;max-height:150px" src=""></img>'
     }
     _this.ctn.append(_this.createHtml(testConfig.header,testConfig.content,_this.id));

--
Gitblit v1.9.1