Commit d2dbaa2c by kaisa

feat:去除cid 34 标题

parent 0e9a7d84
Showing with 0 additions and 19 deletions
...@@ -568,25 +568,6 @@ webAppComm.prototype.changeTitle4 = function (title) { ...@@ -568,25 +568,6 @@ webAppComm.prototype.changeTitle4 = function (title) {
webAppCollaboration(obj2); webAppCollaboration(obj2);
} }
//修改网页标题
webAppComm.prototype.changeTitle5 = function (imgUrl, param) {
let obj = {
"cid": 34, //修改网页title 居中显示。
"data": {
"type": 1, //1 图片 2文本。
"imgUrl": imgUrl,
"style": {
"isUseHeight": 1, //是否使用宽度高度 0不使用 1使用
//图片
"width": param.width, //1
"height": param.height, //1
}
}
}
let obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
}
//刷新网页 //刷新网页
webAppComm.prototype.refreshWeb = function (callback) { webAppComm.prototype.refreshWeb = function (callback) {
callback && callback(); callback && callback();
......
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