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
daf0ee18
authored
Nov 12, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
189e1220
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
activeFt/luckySpace/index.html
activeFt/luckySpace/index.html
View file @
daf0ee18
...
...
@@ -546,7 +546,10 @@ $(function(){
$
.
ajax
({
url
:
$ip
+
'/rocketlaunch/queryLaunchInfo'
,
success
:
function
(
data
){
if
(
data
.
result
.
shipData
.
status
==-
1
)
return
;
if
(
data
.
result
.
shipData
.
status
==-
1
){
console
.
log
(
1212
)
return
;
}
// console.log("获取视图信息接口",data)
if
(
sessionStorage
.
lang
==
2
)
var
textArr
=
[
'米'
]
else
var
textArr
=
[
' m'
]
...
...
@@ -642,7 +645,7 @@ $(function(){
$
(
".out-fly-box"
).
html
(
'
<
div
class
=
"out-fly-no"
><
/div>'
)
}
goOutMan
(
data
.
result
.
shipData
.
betUserNum
)
if
(
data
.
result
.
shipData
.
explosion
==
true
&&
nowExplose
==
true
){
if
(
data
.
result
.
shipData
.
explosion
==
1
&&
nowExplose
==
true
){
clearInterval
(
miTimer
)
nowExplose
=
false
...
...
@@ -654,7 +657,7 @@ $(function(){
$
(
".out-fly-box >div"
).
unbind
(
"click"
).
css
(
"filter"
,
"grayscale(100%)"
)
boomShow
()
}
else
{
if
(
data
.
result
.
shipData
.
explos
e
==
true
)
return
;
if
(
data
.
result
.
shipData
.
explos
ion
==
1
)
return
;
clearInterval
(
miTimer
)
miTimer
=
setInterval
(
function
(){
if
(
newMeter
==
100
){
...
...
@@ -669,7 +672,7 @@ $(function(){
else
if
(
oldMeter
>=
1000
&&
oldMeter
<
3000
)
$
(
".mi-bg"
).
css
(
"color"
,
"#BD3124"
)
else
if
(
oldMeter
>=
3000
)
$
(
".mi-bg"
).
css
(
"color"
,
"#951D1D"
)
}
},
9
0
)
},
9
5
)
}
}
if
(
data
.
result
.
shipData
.
status
==
2
){
...
...
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