Commit 789f662e by agan

提交

parent b6e421cc
Showing with 29 additions and 29 deletions
...@@ -99,35 +99,35 @@ ...@@ -99,35 +99,35 @@
} }
//7300后新增客服圖標 //7300后新增客服圖標
// if (getRequest().appversion >= 7300) { if (getRequest().appversion >= 7300) {
// var $url = 'http://www.yabolive.tv'; var $url = 'http://www.yabolive.tv';
// $(".recording").hide(); $(".recording").hide();
// var obj = { var obj = {
// "cid": 29, "cid": 29,
// "reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
// "data": { "data": {
// "msg": "h5网页右上角显示图标", "msg": "h5网页右上角显示图标",
// "info": [ "info": [
// { {
// "imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png', "imgUrl": 'https://app.ixiulive.com/static/app/img/kf.png',
// "explain": langList[langType].upright2, "explain": langList[langType].upright2,
// "cid": "4", "cid": "4",
// "data": { "data": {
// "msg": langList[langType].upright7, "msg": langList[langType].upright7,
// 'title': langList[langType].upright6, 'title': langList[langType].upright6,
// "customerLayer": "1", "customerLayer": "1",
// "uid": "1001", "uid": "1001",
// "face": "https://zhibocdn.yabolive.net/comm/img/appicon/yqzx_icon_v1.png?x-oss-process=image/resize,h_100,w_100", "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, "nickname": langList[langType].upright6,
// } }
// }, },
// ] ]
// } }
// } }
// var obj2 = JSON.stringify(obj); var obj2 = JSON.stringify(obj);
// appCollaboration(obj2) appCollaboration(obj2)
// } }
if (langType == 0) { if (langType == 0) {
......
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