Commit aa858d09 by dabai

xx

parent 05197d65
Showing with 42 additions and 0 deletions
......@@ -211,6 +211,48 @@ if(langCon == 2){
langType = 1;
}
try{
if(getRequest().appversion>=6130){
var obj = {
"cid": 29,
"reqCode": new Date().getTime(),
"data": {
"msg":"h5网页右上角显示图标",
"info":[
{
"imgUrl":'https://app.ixiulive.com/static/app/img/2.png?v=202107211759',
"explain":langList[langType].upright1,
"cid":"12",
"data": {
"msg":"跳转集合功能",
"jumptype":"3",
"url":_url2+'/active2021/activityCenter/index.html'+location.search,
}
},
{
"imgUrl":'https://app.ixiulive.com/static/app/img/kf.gif',
"explain":langList[langType].upright2,
"cid": "4",
"data":{
"msg": langList[langType].upright7,
'title':langList[langType].upright6,
"customerLayer":"1",
"uid":"1001",
"face":cdn+"/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)
}
}catch(e){
//TODO handle the exception
}
//获取url参数
function getRequest() {
......
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