Commit 44fe45fc by kaisa

feat:測試cid 34 新增參數

parent f8c95492
Showing with 3 additions and 3 deletions
......@@ -577,9 +577,9 @@ webAppComm.prototype.changeTitle5 = function (imgUrl, param) {
"imgUrl": imgUrl,
"style": {
//图片
"isUseHeight":1,
"width": param.width,
"height": param.height,
"isUseHeight": param.isUseHeight,
"width": param.width,
"height": param.height,
}
}
}
......
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