Commit 789f662e by agan

提交

parent b6e421cc
Showing with 29 additions and 29 deletions
......@@ -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) {
......
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