From 789f662e414f0eccf5b649eb0e1fd85b7d05f9b1 Mon Sep 17 00:00:00 2001
From: agan <agan@yazhai.co>
Date: Wed, 13 Apr 2022 17:25:41 +0800
Subject: [PATCH] 提交

---
 footseen/Nesting/newShare/index.html | 58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/footseen/Nesting/newShare/index.html b/footseen/Nesting/newShare/index.html
index c95a87e..44ab579 100644
--- a/footseen/Nesting/newShare/index.html
+++ b/footseen/Nesting/newShare/index.html
@@ -99,35 +99,35 @@
 	}
 
 	//7300后新增客服圖標
-	// if (getRequest().appversion >= 7300) {
-	// 	var $url = 'http://www.yabolive.tv';
-	// 	$(".recording").hide();
-	// 	var obj = {
-	// 		"cid": 29,
-	// 		"reqCode": new Date().getTime(),
-	// 		"data": {
-	// 			"msg": "h5网页右上角显示图标",
-	// 			"info": [
-	// 				{
-	// 					"imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png',
-	// 					"explain": langList[langType].upright2,
-	// 					"cid": "4",
-	// 					"data": {
-	// 						"msg": langList[langType].upright7,
-	// 						'title': langList[langType].upright6,
-	// 						"customerLayer": "1",
-	// 						"uid": "1001",
-	// 						"face": "https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100",
-	// 						"nickname": langList[langType].upright6,
-	// 					}
-	// 				},
-
-	// 			]
-	// 		}
-	// 	}
-	// 	var obj2 = JSON.stringify(obj);
-	// 	appCollaboration(obj2)
-	// }
+	if (getRequest().appversion >= 7300) {
+		var $url = 'http://www.yabolive.tv';
+		$(".recording").hide();
+		var obj = {
+			"cid": 29,
+			"reqCode": new Date().getTime(),
+			"data": {
+				"msg": "h5网页右上角显示图标",
+				"info": [
+					{
+						"imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png',
+						"explain": langList[langType].upright2,
+						"cid": "4",
+						"data": {
+							"msg": langList[langType].upright7,
+							'title': langList[langType].upright6,
+							"customerLayer": "1",
+							"uid": "1001",
+							"face": "https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100",
+							"nickname": langList[langType].upright6,
+						}
+					},
+
+				]
+			}
+		}
+		var obj2 = JSON.stringify(obj);
+		appCollaboration(obj2)
+	}
 
 
 	if (langType == 0) {
--
libgit2 0.25.0