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
dd9f7d62
authored
Feb 12, 2026
by
qiuren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ceshi' of
http://git.yabolive.net:88/libai/fsActive
into ceshi
parents
9207ad32
1ac91c0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
13 deletions
activeFt/luckySpace/index.html
activeFt/luckySpace/lib/default.js
activeFt/luckySpace/index.html
View file @
dd9f7d62
...
...
@@ -302,7 +302,7 @@
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/liMarquee.js"
></script>
<script
src=
"lib/default.js?v=
'2024062103'
"
></script>
<script
src=
"lib/default.js?v=
20260122
"
></script>
<script>
var
betType
;
...
...
@@ -1061,6 +1061,7 @@
});
}
var
lastExchangeTime
=
0
;
function
bet
(
gid
,
type
)
{
$
.
ajax
({
url
:
$ip
+
"/rocketlaunch/playGame"
,
...
...
@@ -1078,16 +1079,22 @@
layer
.
msg
(
"露水不足"
);
else
layer
.
msg
(
"no DEWs"
);
setTimeout
(
function
()
{
var
obj
=
{
cid
:
12
,
reqCode
:
new
Date
().
getTime
(),
data
:
{
msg
:
"兌換露水"
,
jumptype
:
15
,
},
};
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
);
var
currentTime
=
new
Date
().
getTime
();
// 新增防抖 避免用户频繁操作导致兑换露水页面重复弹出
if
(
currentTime
-
lastExchangeTime
>
3000
)
{
lastExchangeTime
=
currentTime
;
var
obj
=
{
cid
:
12
,
reqCode
:
new
Date
().
getTime
(),
data
:
{
msg
:
"兌換露水"
,
jumptype
:
15
,
},
};
var
obj2
=
JSON
.
stringify
(
obj
);
appCollaboration
(
obj2
);
}
},
1000
);
}
else
if
(
data
.
code
!=
1
)
{
layer
.
msg
(
data
.
msg
);
...
...
activeFt/luckySpace/lib/default.js
View file @
dd9f7d62
...
...
@@ -7,12 +7,14 @@ if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$ws
=
"wss://zhiboweb.ishuaji.cn/yzsocket/ws?type=2"
;
$url
=
"https://activity.ishuaji.cn/"
;
}
else
{
$ip
=
"http://testvc.game.tealive66.com"
;
$ip
=
"http
s
://testvc.game.tealive66.com"
;
$ws
=
"ws://114.55.165.186:12308/ws?type=-1"
;
$url
=
"https://vc.game.tealive66.com"
;
}
var
bbb
=
location
.
href
;
var
data
=
url_get_params
(
bbb
);
console
.
log
(
data
,
'data~'
);
var
mAudios
=
{
bgm
:
new
Audio
(),
boom
:
new
Audio
(),
...
...
@@ -23,7 +25,8 @@ var mAudios = {
water
:
new
Audio
(),
boom
:
new
Audio
(),
};
if
(
sessionStorage
.
kkk
==
undefined
)
{
if
(
sessionStorage
.
kkk
==
undefined
||
sessionStorage
.
kkk
==
"undefined"
)
{
sessionStorage
.
kkk
=
data
.
token
;
//t
sessionStorage
.
bbb
=
data
.
uid
;
//u
sessionStorage
.
version
=
data
.
appversion
;
...
...
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