Commit adab2692 by agan

xg

parent aac4599e
......@@ -359,7 +359,7 @@ webAppComm.prototype.openHalfWeb = function (param) {
"cid": 31,
"data": {
popupType: param.type, //popupType 1全屏2半屏3浮动屏(默认居中)
heightR: param.height, //heightR 弹窗高度 单位vw;
heightR: param.height, //heightR 弹窗高度 单位vw 安卓不允许传小数;
widthR: param.width, //widthR 弹窗宽度vw
clickBlank: param.clickBlank, //clickBlank 点击区域外是否关闭 0不关闭 1关闭
url: param.url, //url 需要打开的url (默认拼接uid token roomid等参数)
......
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