Commit e5f6d576 by kaisa

feat:修改cid 31 半屏底色

parent 8e8d0f37
Showing with 1 additions and 1 deletions
...@@ -540,7 +540,7 @@ webAppComm.prototype.openHalfWeb = function (param) { ...@@ -540,7 +540,7 @@ webAppComm.prototype.openHalfWeb = function (param) {
afterReady: param.afterReady, // afterReady 是否加载完成后再显示。 0否 1是。 默认为0, afterReady: param.afterReady, // afterReady 是否加载完成后再显示。 0否 1是。 默认为0,
needMounted: param.needMounted, //ios专用 0不独立 1独立。 默认是0. needMounted: param.needMounted, //ios专用 0不独立 1独立。 默认是0.
allowScroll: param.allowScroll, //是否允许直播间滑动 0不允许 1允许 默认为1. allowScroll: param.allowScroll, //是否允许直播间滑动 0不允许 1允许 默认为1.
transparency: 1, //是否透明 0不透明 1透明 默认为0. transparency: 1, //是否透明 0不透明 1透明 默认为1.
}, },
}; };
if (param.top || param.top === 0) { if (param.top || param.top === 0) {
......
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