Commit c47fff23 by agan

xg

parent af778a90
Showing with 1 additions and 0 deletions
...@@ -369,6 +369,7 @@ webAppComm.prototype.openHalfWeb = function (param) { ...@@ -369,6 +369,7 @@ webAppComm.prototype.openHalfWeb = function (param) {
right: param.right || 0, //right 距离右边位置 right: param.right || 0, //right 距离右边位置
isThrough: param.isThrough, //isThrough 是否可穿透 0不可穿透 1可穿透 默认为0 isThrough: param.isThrough, //isThrough 是否可穿透 0不可穿透 1可穿透 默认为0
afterReady: param.afterReady, // afterReady 是否加载完成后再显示。 0否 1是。 默认为0, afterReady: param.afterReady, // afterReady 是否加载完成后再显示。 0否 1是。 默认为0,
needMounted: param.needMounted,
} }
} }
let obj2 = JSON.stringify(obj); let obj2 = JSON.stringify(obj);
......
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