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
e1f61a14
authored
Jun 06, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
4258b58a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
27 deletions
mTest/mobile/room/liveRoom.html
room/liveRoom.html
mTest/mobile/room/liveRoom.html
View file @
e1f61a14
...
...
@@ -1011,7 +1011,7 @@ $(function(){
if
(
data
.
room
.
liveScope
==
3
&&
localStorage
.
uid
!=
sessionStorage
.
roomId
){
TicketRoom
(
roomCId
,
roomRId
)
}
if
(
data
.
room
.
newPayRegister
){
else
if
(
data
.
room
.
newPayRegister
){
if
(
sessionStorage
.
newLogin
==
1
&&
localStorage
.
uid
!=
undefined
){
sessionStorage
.
newLogin
=
0
newGift
()
...
...
room/liveRoom.html
View file @
e1f61a14
...
...
@@ -830,10 +830,8 @@ $(function () {
});
}
}
else
{
else
if
(
data
.
room
.
newPayRegister
)
{
$
(
".live-content-box-left-roombox"
).
append
(
"
<
img
class
=
'mc-out'
src
=
'"+langList[sessionStorage.lang].roomSrc4+"'
>
")
}
if(data.room.newPayRegister){
if(sessionStorage.newLogin==1&&localStorage.uid!=undefined){
sessionStorage.newLogin=0
newGift()
...
...
@@ -886,6 +884,10 @@ $(function () {
},30000)
}
}
else{
$("
.
live
-
content
-
box
-
left
-
roombox
").append("
<
img
class
=
'mc-out'
src
=
'"+langList[sessionStorage.lang].roomSrc4+"'
>
")
}
$("
.
hot
-
box
>
span
").text(data.roomOtherInfo.popularNum)
$("
.
hot
-
box2
>
span
").text(data.roomOtherInfo.interacNum)
$("
.
rich
-
box
>
span
").text(data.roomOtherInfo.charm)
...
...
@@ -3297,30 +3299,30 @@ $(function () {
}
//充值完成通知
if
(
obj
.
cid
==
8000
){
//
if(newGiftOk==false)return;
//
newGiftOk=false;
//
layer.closeAll()
//
setTimeout(function() {
//
layer.open({
//
type: 1,
//
title: false,
//
shadeClose: false,
//
skin: "yourclass5",
//
area: ["328px","243px"],
//
content: $(".layer-gift-box"),
//
end: function () {
//
$(".layui-layer-shade").hide()
//
layer.closeAll()
//
}
//
})
//
}, 500);
if
(
newGiftOk
==
false
)
return
;
newGiftOk
=
false
;
layer
.
closeAll
()
setTimeout
(
function
()
{
layer
.
open
({
type
:
1
,
title
:
false
,
shadeClose
:
false
,
skin
:
"yourclass5"
,
area
:
[
"328px"
,
"243px"
],
content
:
$
(
".layer-gift-box"
),
end
:
function
()
{
$
(
".layui-layer-shade"
).
hide
()
layer
.
closeAll
()
}
})
},
500
);
//
$(".layer-gift-btn1").unbind("click").on("click",function(){
//
layer.closeAll()
//
})
//
$(".layer-gift-btn2").unbind("click").on("click",function(){
//
newGiftSend()
//
})
$
(
".layer-gift-btn1"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
layer
.
closeAll
()
})
$
(
".layer-gift-btn2"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
newGiftSend
()
})
}
//刷獎送禮
if
(
obj
.
cid
==
5300
){
...
...
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