Commit 92f58f22 by kaisa

feat:更新

parent e91eb420
Showing with 2 additions and 1 deletions
...@@ -305,7 +305,7 @@ webAppComm.prototype.ifHasApp = function (type) { //1微信 2line 3facebook 4Twi ...@@ -305,7 +305,7 @@ webAppComm.prototype.ifHasApp = function (type) { //1微信 2line 3facebook 4Twi
} }
//跳转 //跳转
webAppComm.prototype.goOthers = function (jumptype, url = '', isHide, gid, topicId = '') { webAppComm.prototype.goOthers = function (jumptype, url = '', isHide, gid, topicId = '', uid) {
let arr = { 16: '去儲值', 18: '跳轉到座駕', 3: '跳轉集合功能', 13: 'VIP中心', 26: '设置' }; let arr = { 16: '去儲值', 18: '跳轉到座駕', 3: '跳轉集合功能', 13: 'VIP中心', 26: '设置' };
let obj = { let obj = {
"cid": 12, "cid": 12,
...@@ -317,6 +317,7 @@ webAppComm.prototype.goOthers = function (jumptype, url = '', isHide, gid, topic ...@@ -317,6 +317,7 @@ webAppComm.prototype.goOthers = function (jumptype, url = '', isHide, gid, topic
"topicId": topicId, // 贴文id "topicId": topicId, // 贴文id
"hideTitle": isHide, // 1隐藏头部,0 不隐藏, 默认为0 "hideTitle": isHide, // 1隐藏头部,0 不隐藏, 默认为0
"gid": gid, // 礼物列表类别 "gid": gid, // 礼物列表类别
"uid": uid // 用户ID
} }
} }
......
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