Difference between revisions of "Team:DLUT China B"

(增加气泡内容,删除项目描述。)
m (解决JavaScript不能使用逻辑与的问题。)
Line 393: Line 393:
 
         let chatWindow;
 
         let chatWindow;
 
         document.onscroll=function () {
 
         document.onscroll=function () {
             if(document.getElementById("chat")==null&&isShow(document.getElementById("chatBubbles")))
+
             if(document.getElementById("chat")==null)
            {
+
                if(isShow(document.getElementById("chatBubbles")))
                let chat=document.createElement("div");
+
                {
                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);
 +
                }
 
         };
 
         };
 
     </script>
 
     </script>

Revision as of 13:13, 18 September 2018

2018 iGEM_DLUT_B

Chat Bubbles