Commit d327b9ad by kaisa

feat:更新cid

parent 38afb6d9
Showing with 2 additions and 2 deletions
......@@ -569,7 +569,7 @@ webAppComm.prototype.changeTitle4 = function (title) {
}
//修改网页标题
webAppComm.prototype.changeTitle5 = function (imgUrl, param, isUseHeight) {
webAppComm.prototype.changeTitle5 = function (imgUrl, param) {
let obj = {
"cid": 34, //修改网页title 居中显示。
"data": {
......@@ -577,7 +577,7 @@ webAppComm.prototype.changeTitle5 = function (imgUrl, param, isUseHeight) {
"imgUrl": imgUrl,
"style": {
//是否使用宽度高度 0不使用 1使用
"isUseHeight": isUseHeight,
"isUseHeight": 1,
//图片
"width": param.width, //1
"height": param.height, //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