Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9b47eca1
authored
Mar 11, 2024
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
e60e9143
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
js/webAppComm.js
js/webAppComm.js
View file @
9b47eca1
...
...
@@ -370,6 +370,7 @@ webAppComm.prototype.openHalfWeb = function (param) {
isThrough
:
param
.
isThrough
,
//isThrough 是否可穿透 0不可穿透 1可穿透 默认为0
afterReady
:
param
.
afterReady
,
// afterReady 是否加载完成后再显示。 0否 1是。 默认为0,
needMounted
:
param
.
needMounted
,
//ios专用 0不独立 1独立。 默认是0.
allowScroll
:
param
.
allowScroll
,
//是否允许直播间滑动 0不允许 1允许 默认为1.
}
}
if
(
param
.
top
||
param
.
top
===
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment