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
4738dadd
authored
May 20, 2025
by
dawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 测试
parent
af4adb1e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
activeFt/luckySpace/index.html
activeFt/luckySpace/index.html
View file @
4738dadd
...
...
@@ -992,12 +992,12 @@ $(function(){
let
binaryString
=
atob
(
msg
);
let
obj
=
JSON
.
parse
(
binaryString
);
let
objStr
=
JSON
.
stringify
(
obj
)
// layer.msg(`客戶端回調:${objStr},${app.betId
}`)
layer
.
msg
(
`客戶端回調失敗:
${
objStr
}
`
)
if
(
obj
.
reqCode
==
gameDateId
&&
obj
.
isAllagree
==
1
&&
obj
.
type
==
0
)
{
// layer.msg('客戶端回調成功')
goBetCallBack
()
}
else
{
console
.
log
(
`客戶端回調失敗:
${
objStr
}
,
${
app
.
betId
}
`
)
// console.log(`客戶端回調失敗:${objStr
}`)
layer
.
msg
(
'請稍後重試'
)
}
}
...
...
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