فهرست منبع

修改禅道bug

wang_xy 1 سال پیش
والد
کامیت
b682ceeca6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/supermap-2.5d.vue

+ 1 - 1
src/components/supermap-2.5d.vue

@@ -826,7 +826,7 @@ export default {
               html += "<span>" +
                 '                  <div class="d-l-con">' +
                 '                  <div class="d-l-l-text">' +
-                "                  <h4>" + res.data[0].userList[i].position + ":" + res.data[0].userList[i].name + "</h4>" +
+                "                  <h4>" + res.data[0].userList[i].position + "" + res.data[0].userList[i].name + "</h4>" +
                 "                </div>" +
                 "                </div>" +
                 "                </span>" +