Commit dfcbcfbc by agan

xg

parent 0f134adb
Showing with 3 additions and 2 deletions
...@@ -291,7 +291,7 @@ webAppComm.prototype.ifHasApp = function () { ...@@ -291,7 +291,7 @@ webAppComm.prototype.ifHasApp = function () {
} }
//跳转 //跳转
webAppComm.prototype.goOthers = function (jumptype, url) { webAppComm.prototype.goOthers = function (jumptype, url,isHide) {
let arr = { 16: '去儲值', 18: '跳轉到座駕', 3: '跳轉集合功能', 13: 'VIP中心' }; let arr = { 16: '去儲值', 18: '跳轉到座駕', 3: '跳轉集合功能', 13: 'VIP中心' };
let obj = { let obj = {
"cid": 12, "cid": 12,
...@@ -299,7 +299,8 @@ webAppComm.prototype.goOthers = function (jumptype, url) { ...@@ -299,7 +299,8 @@ webAppComm.prototype.goOthers = function (jumptype, url) {
"data": { "data": {
"msg": arr[jumptype], "msg": arr[jumptype],
"jumptype": jumptype, //16: 去储值 18: 跳转到座驾 3:跳转集合功能 "jumptype": jumptype, //16: 去储值 18: 跳转到座驾 3:跳转集合功能
"url": url "url": url,
"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