From aa858d095cd5c4a48576771166576f2eb583133a Mon Sep 17 00:00:00 2001 From: dabai <dabai@yazhai.co> Date: Mon, 26 Jul 2021 12:17:12 +0800 Subject: [PATCH] xx --- js/common2.js | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/js/common2.js b/js/common2.js index fd2d292..18b33e6 100644 --- a/js/common2.js +++ b/js/common2.js @@ -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() { -- libgit2 0.25.0