From 61460fa8f409b66c4b84b9b511f8311800b28387 Mon Sep 17 00:00:00 2001
From: libai <libai@yazhai.co>
Date: Wed, 8 Nov 2023 18:33:29 +0800
Subject: [PATCH] 测试

---
 gzh/customer/guodong.html |  9 ++++-----
 gzh/customer/index.html   |  2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/gzh/customer/guodong.html b/gzh/customer/guodong.html
index 9110c82..3a92d65 100644
--- a/gzh/customer/guodong.html
+++ b/gzh/customer/guodong.html
@@ -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(){	
-	
-	// });
-    btninit();
+    $(function(){	
+		btninit();
         params();
+	});
     function params(){
         var url = window.location.search;
         var ua = window.navigator.userAgent.toLowerCase();
diff --git a/gzh/customer/index.html b/gzh/customer/index.html
index f3bc01d..55ccbd7 100644
--- a/gzh/customer/index.html
+++ b/gzh/customer/index.html
@@ -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){
--
libgit2 0.25.0