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

libai / guodong

  • 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 61460fa8 authored a year ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 76632854 master
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 5 deletions
  • gzh/customer/guodong.html
  • gzh/customer/index.html
gzh/customer/guodong.html
View file @ 61460fa8
......@@ -7,7 +7,7 @@
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<style>
html,body{
width: 100%;
......@@ -282,11 +282,10 @@
var sendtime=0;
var map = new Map();
var recOk=true;
// $(function(){
// });
$(function(){
btninit();
params();
});
function params(){
var url = window.location.search;
var ua = window.navigator.userAgent.toLowerCase();
......
This diff is collapsed. Click to expand it.
gzh/customer/index.html
View file @ 61460fa8
......@@ -516,7 +516,7 @@
if ("WebSocket" in window)
{
// 打开一个 web socket
var url="ws://118.178.112.116:21901/ws?guestid="+guestid+"&type=5";
var url="wss://zhiboweb.ishuaji.cn/yzsocket/ws?guestid="+guestid+"&type=5";
try {
ws = new WebSocket(url);
}catch(err){
......
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