Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李宁
/
Activity
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8bc9386b
authored
Dec 13, 2025
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
ea256da0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
huaian/demo.html
huaian/js/demo.js
huaian/demo.html
View file @
8bc9386
...
...
@@ -251,7 +251,7 @@
</div>
<div
id=
"pageDiv"
>
<div
class=
"outAlert pickAlert"
v-if=
"reasonPickData.isShow"
style=
"display: flex-end;"
>
<div
class=
"outAlert pickAlert"
v-if=
"reasonPickData.isShow"
>
<van-picker
show-toolbar
:title=
"reasonPickData.title"
...
...
@@ -365,7 +365,7 @@
var vConsole = new VConsole()
</script> -->
<
script
defer
src=
"https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/livekit-client.min.js"
></script
>
<
!-- <script defer src="https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/livekit-client.min.js"></script> --
>
<script
defer
src=
"https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/aliyun-oss-sdk-6.20.0.min.js"
></script>
<script
src=
"https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/jquery-3.4.1.min.js"
></script>
<script
src=
"https://xpo.oss-cn-beijing.aliyuncs.com/huaian/js/axios.min.js"
></script>
...
...
@@ -375,7 +375,7 @@
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/vant.min.js"
></script>
<script
src=
"js/demo.js?
8933
"
></script>
<script
src=
"js/demo.js?
90909
"
></script>
</body>
</html>
\ No newline at end of file
huaian/js/demo.js
View file @
8bc9386
...
...
@@ -122,7 +122,7 @@ function handleUserUnpublished(user, mediaType) {
}
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
const
util
=
new
window
.
publicMethod
()
;
var
util
=
new
window
.
publicMethod
()
var
intervalStr
=
''
var
callId
=
''
var
stepId
=
''
...
...
@@ -1255,7 +1255,6 @@ $('#cheatClose').click(()=>{
$
(
'#warningTsAlert'
).
hide
()
})
release
()
$
(
'#videoBegin'
).
click
(
async
()
=>
{
if
(
!
AgoraRTC
.
checkSystemRequirements
()){
util
.
toast
(
'暂不支持'
)
...
...
@@ -1408,6 +1407,8 @@ window.stopMedia = function(){
$
(
window
).
on
(
'load'
,
function
()
{
$
(
'#loading'
).
hide
()
$
(
'#beginAlert'
).
css
(
'display'
,
'block'
)
release
()
});
const
canvas
=
document
.
getElementById
(
'canvas'
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment