Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 46e1b0b6 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 82848dad
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 1 deletions
  • yazhaiTest/room/liveRoom.html
yazhaiTest/room/liveRoom.html
View file @ 46e1b0b6
......@@ -214,7 +214,7 @@
</div>
<div class="msg-big-box">
<ul class="live-msg-ul">
<li class="live-msg-li">footseen.com:歡迎進入直播間,我們拒絕涉及政治、暴力、黃色、抽烟等不良的直播內容,共同打造綠色文明的直播環境。</li>
</ul>
<div class="live-send-box">
<input type="text"
......@@ -2175,6 +2175,7 @@ $(function () {
ws.onmessage = function (evt) {
var obj = JSON.parse(evt.data);
//系統消息
if(obj.cid == 10000){
var list=JSON.parse(obj.content)
console.log('系統消息',list);
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment