Difference between revisions of "Team:DLUT China B"

m (解决逻辑与问题。)
m (解决逻辑与问题。)
Line 440: Line 440:
  
 
         function lazyLoad() {
 
         function lazyLoad() {
             if (document.getElementById("chat") == null && isShow(document.getElementById("chatBubbles"))) {
+
             if (document.getElementById("chat") == null)
                let chat = document.createElement("div");
+
                if (isShow(document.getElementById("chatBubbles"))) {
                chat.setAttribute("id", "chat");
+
                    let chat = document.createElement("div");
                document.getElementById("chatBubbles").appendChild(chat);
+
                    chat.setAttribute("id", "chat");
                chatWindow = new Bubbles(document.getElementById("chat"), "chatWindow");
+
                    document.getElementById("chatBubbles").appendChild(chat);
                chatWindow.talk(conversation);
+
                    chatWindow = new Bubbles(document.getElementById("chat"), "chatWindow");
            }
+
                    chatWindow.talk(conversation);
 +
                }
 
         }
 
         }
  

Revision as of 06:43, 2 October 2018

2018 iGEM_DLUT_B

Circles

a
b
c
d
e
f

Chat Bubbles