Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
56f2cf7b
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
77d927f4
master
…
dev-替换FUSI安装包
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
room/liveRoom.html
room/liveRoom.html
View file @
56f2cf7b
...
...
@@ -525,6 +525,13 @@ $(function () {
},
success
:
function
(
data
){
// console.log('进入付费房购买资格',data)
if
(
data
.
code
==-
100
){
layer
.
msg
(
data
.
msg
)
setTimeout
(
function
()
{
window
.
open
(
"../reg/index.html"
)
},
500
);
return
}
if
(
data
.
code
==
1
){
layer
.
msg
(
"已付費,即將進入直播間"
)
setTimeout
(
function
(){
...
...
@@ -1351,7 +1358,6 @@ $(function () {
setTimeout
(
function
()
{
window
.
open
(
"../reg/index.html"
)
},
500
);
return
}
if
(
data
.
code
!=
1
){
...
...
@@ -2741,6 +2747,13 @@ $(function () {
},
success:function(data){
// console.log('
进入付费房购买资格
',data)
if(data.code==-100){
layer.msg(data.msg)
setTimeout(function() {
window.open("../reg/index.html")
}, 500);
return
}
if(data.code==1){
layer.msg("已付費,即將進入直播間")
setTimeout(function(){
...
...
This diff is collapsed.
Click to expand it.
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