Commit 098b390b by kaisa

feat:更新

parent 20c64e0f
Showing with 3 additions and 3 deletions
...@@ -602,8 +602,8 @@ webAppComm.prototype.changeTitle1 = function () { ...@@ -602,8 +602,8 @@ webAppComm.prototype.changeTitle1 = function () {
"imgUrl": 'https://app.ixiulive.com/static/app/img/title.png?v=20230425', //1 "imgUrl": 'https://app.ixiulive.com/static/app/img/title.png?v=20230425', //1
"style": { "style": {
//图片 //图片
"width": '160', //1 "width": '360', //1
"height": '60', //1 "height": '120', //1
} }
} }
} }
...@@ -1008,7 +1008,7 @@ webAppComm.prototype.hideClientTitle = function (type) { ...@@ -1008,7 +1008,7 @@ webAppComm.prototype.hideClientTitle = function (type) {
} }
// 61:通知客户端弹起购买VIP特权弹窗 // 61:通知客户端弹起购买VIP特权弹窗
webAppComm.prototype.showVIPPurchasePopup = function (orderId) { webAppComm.prototype.showVIPPurchasePopup = function ( ) {
let obj = { let obj = {
"cid": 61, "cid": 61,
"data": { "data": {
......
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