Commit ff317935 by agan

xg

parent d1991c99
Showing with 4 additions and 3 deletions
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
// 11:网页标题 (棄用) // 11:网页标题 (棄用)
// 13:半屏网页声音开启关闭: // 13:半屏网页声音开启关闭:
// 12:跳转逻辑 // 12:跳转逻辑
// 13:关闭声音
// 14:关闭网页 // 14:关闭网页
// 15:通用viepager標題 // 15:通用viepager標題
// 16:成功转让黄金萤火虫 // 16:成功转让黄金萤火虫
...@@ -32,7 +33,7 @@ ...@@ -32,7 +33,7 @@
// 35:打开游戏 // 35:打开游戏
// 36:播放動畫 // 36:播放動畫
// 37:web页面加载完毕时 // 37: web页面加载完毕时通知客户端
// 38: 打开签到提醒 // 38: 打开签到提醒
// 39: 告知客户端渠道信息 // 39: 告知客户端渠道信息
// 40: 跳转任务界面 // 40: 跳转任务界面
...@@ -292,13 +293,13 @@ webAppComm.prototype.ifHasApp = function () { ...@@ -292,13 +293,13 @@ webAppComm.prototype.ifHasApp = function () {
//跳转 //跳转
webAppComm.prototype.goOthers = function (jumptype, url, isHide) { webAppComm.prototype.goOthers = function (jumptype, url, isHide) {
let arr = { 16: '去儲值', 18: '跳轉到座駕', 3: '跳轉集合功能', 13: 'VIP中心' }; let arr = { 16: '去儲值', 18: '跳轉到座駕', 3: '跳轉集合功能', 13: 'VIP中心', 26:'设置' };
let obj = { let obj = {
"cid": 12, "cid": 12,
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
"data": { "data": {
"msg": arr[jumptype], "msg": arr[jumptype],
"jumptype": jumptype, //16: 去储值 18: 跳转到座驾 3:跳转集合功能 "jumptype": jumptype, //16: 去储值 18: 跳转到座驾 3:跳转集合功能 28:跳转直播间 26:设置
"url": url, "url": url,
"hideTitle": isHide // 1隐藏头部,0 不隐藏, 默认为0 "hideTitle": isHide // 1隐藏头部,0 不隐藏, 默认为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