Commit f8301ae4 by kaisa

feat:修改安卓默认firefly图标高度

parent 8935c3e2
Showing with 2 additions and 2 deletions
......@@ -394,7 +394,7 @@ webAppComm.prototype.openRecords = function (urls, type) {
appCollaboration(obj2);
}
//18: 关闭當前网页并弹出VIP购买页面
//18: 关闭當前网页并弹出VIP购买页面(tips:这个cid不能直接通过window.$firefly.showVip()调用,得通过直接的"cid": 18的方式调用,不然会失效)
webAppComm.prototype.showVip = function (orderId) {
let obj = {
"cid": 18,
......@@ -603,7 +603,7 @@ webAppComm.prototype.changeTitle1 = function () {
"style": {
//图片
"width": '161', //1
"height": '70', //1
"height": '80', //1
}
}
}
......
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