Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
fsActive
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
c447aa28
authored
Jun 16, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
88c2c7a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
activeFt/develop/oldView.html
footseenIcon/action/index.html
activeFt/develop/oldView.html
View file @
c447aa28
...
...
@@ -43,6 +43,7 @@
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/js/socket.io.js"
></script>
<script>
$
(
function
(){
var
socketOk
=
null
setTimeout
(
function
(){
$
.
ajax
({
url
:
$ip
+
'/actRaisingBeautifulGril/sustainLogin.html'
,
...
...
@@ -85,6 +86,7 @@ $(function(){
socket
=
io
.
connect
(
_url3
+
'/default'
,
opts
);
socket
.
on
(
'connect'
,
function
()
{
console
.
log
(
"连接成功"
);
clearTimeout
(
socketOk
)
});
socket
.
on
(
'RaisingBeautifulGril'
,
function
(
msg
)
{
...
...
@@ -104,7 +106,7 @@ $(function(){
});
socket
.
on
(
'disconnect'
,
function
()
{
setTimeout
(
function
(){
s
ocketOk
=
s
etTimeout
(
function
(){
getData
()
},
3000
)
console
.
log
(
"已下线!"
);
...
...
footseenIcon/action/index.html
View file @
c447aa28
...
...
@@ -44,6 +44,7 @@
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/js/socket.io.js"
></script>
<script>
$
(
function
(){
var
socketOk
=
null
var
titleArr
=
[
''
,
'新秀出道'
,
'嶄露頭角'
,
'光芒萬丈'
]
if
(
sessionStorage
.
lang
!=
2
){
var
titleArr
=
[
''
,
'First level'
,
'Second level'
,
'Third level'
]
...
...
@@ -107,6 +108,7 @@ $(function(){
socket
=
io
.
connect
(
_url3
+
'/default'
,
opts
);
socket
.
on
(
'connect'
,
function
()
{
console
.
log
(
"连接成功"
);
clearTimeout
(
socketOk
)
});
socket
.
on
(
'RaisingBeautifulGril'
,
function
(
msg
)
{
...
...
@@ -126,9 +128,9 @@ $(function(){
});
socket
.
on
(
'disconnect'
,
function
()
{
setTimeout
(
function
(){
getData
()
},
3000
)
s
ocketOk
=
s
etTimeout
(
function
(){
getData
()
},
3000
)
console
.
log
(
"已下线!"
);
});
...
...
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