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
f94a7aa3
authored
Oct 10, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
cefb68ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
34 deletions
mobile/index.html
mobile/room/liveRoom.html
mobile/index.html
View file @
f94a7aa3
...
...
@@ -46,7 +46,6 @@
.layui-layer-shade
{
opacity
:
0.7
!important
;
}
.yourclass5
{
border-radius
:
0rem
!important
;
background
:
rgba
(
0
,
0
,
0
,
0
)
!important
;
...
...
@@ -409,6 +408,7 @@
<!-- <link rel="manifest" href="manifest.webmanifest" /> -->
<script>
$
(
function
(){
console
.
log
(
window
.
navigator
.
userAgent
.
toLowerCase
())
if
(
sessionStorage
.
pmt
==
12266
||
sessionStorage
.
pmt
==
12267
){
$
(
".top-box-ul li"
).
eq
(
1
).
hide
()
}
...
...
mobile/room/liveRoom.html
View file @
f94a7aa3
...
...
@@ -1537,13 +1537,16 @@ $(function(){
var
sendClock
=
null
var
buyCardOk
=
false
function
TicketRoom
(
chId
,
rId
){
if
(
localStorage
.
token
==
undefined
||
localStorage
.
token
==
"undefined"
)
var
mytoken
=
'footseen'
else
var
mytoken
=
localStorage
.
token
$
.
ajax
({
url
:
$ip
+
'ticketRoom/getTicketRoomInfo'
,
data
:{
roomId
:
sessionStorage
.
roomId
,
channelId
:
chId
,
roundId
:
rId
,
pageID
:
localStorage
.
canvasCode
pageID
:
localStorage
.
canvasCode
,
token
:
mytoken
},
success
:
function
(
data
){
// console.log('获取TicketRoom信息',data)
...
...
@@ -2887,7 +2890,6 @@ $(function(){
var list=JSON.parse(obj.content)
if(list.content.status==3){
if(TicketStage!=list.content.status&&list.content.isPreSaleTimeEnd==false){
;
clearInterval(ticketTerval)
turnNumber(1)
}else{
...
...
@@ -2951,10 +2953,6 @@ $(function(){
$
(
'.gift'
+
list
.
content
.
uuid
+
''
).
attr
(
"data-type"
,
"5000"
)
return
;
}
// for(var i=0;i
<
$
(
".room-gift-box"
).
children
().
length
;
i
++
){
// // console.log(111)
// }
}
giftGoId
++
var
html
=
[];
...
...
@@ -2983,10 +2981,6 @@ $(function(){
$
(
'.gift'
+
list
.
content
.
uuid
+
''
).
attr
(
"data-type"
,
"5000"
)
return
;
}
// for(var i=0;i
<
$
(
".room-gift-box"
).
children
().
length
;
i
++
){
// // console.log(111)
// }
}
giftGoId
++
var
html
=
[];
...
...
@@ -3066,20 +3060,9 @@ $(function(){
}
}
if
(
localStorage
.
uid
==
list
.
content
.
uid
){
myMsg
=
true
}
// var richLv=0
// //vip開通特效
// if(list.content.vipInfo.isVip==true){
// }else{
// }
}
}
//发言
if
(
list
.
content
.
type
==
2
){
...
...
@@ -3089,7 +3072,6 @@ $(function(){
html
+=
'
<
div
class
=
"user-msg"
>
'
;
if
(
list
.
content
.
vip_lv
>
0
&&
list
.
content
.
vipInfo
.
isVip
==
true
){
if
(
list
.
content
.
vip_lv
>
30
&&
list
.
content
.
vip_lv
<
41
)
var
vipImgNum
=
2
if
(
list
.
content
.
vip_lv
>
40
&&
list
.
content
.
vip_lv
<
46
)
var
vipImgNum
=
3
if
(
list
.
content
.
vip_lv
>
45
&&
list
.
content
.
vip_lv
<
51
)
var
vipImgNum
=
4
...
...
@@ -3216,11 +3198,8 @@ $(function(){
}
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
if
(
myMsg
){
$
(
".user-msg-box"
).
scrollTop
(
0
)
// return;
}
if
(
myMsg
)
$
(
".user-msg-box"
).
scrollTop
(
0
)
if
(
Math
.
abs
(
$
(
".user-msg-box"
).
scrollTop
())
<
130
){
$
(
".user-msg-box"
).
scrollTop
(
0
)
}
else
{
...
...
@@ -3228,10 +3207,8 @@ $(function(){
}
}
else
if
(
/android/
.
test
(
ua
))
{
if
(
myMsg
){
$
(
".user-msg-box"
).
scrollTop
(
Math
.
abs
(
$
(
".user-msg-box"
).
height
()
-
$
(
".user-msg-big"
).
height
()))
// return;
}
if
(
myMsg
)
$
(
".user-msg-box"
).
scrollTop
(
Math
.
abs
(
$
(
".user-msg-box"
).
height
()
-
$
(
".user-msg-big"
).
height
()))
if
(
$
(
".user-msg-big"
).
height
()
-
(
Math
.
abs
(
$
(
".user-msg-box"
).
scrollTop
())
+
$
(
".user-msg-box"
).
height
())
<
80
){
$
(
".user-msg-box"
).
scrollTop
(
Math
.
abs
(
$
(
".user-msg-box"
).
height
()
-
$
(
".user-msg-big"
).
height
()))
}
else
{
...
...
@@ -3265,7 +3242,6 @@ $(function(){
ReconnectionT
=
setInterval
(
function
()
{
WebSocketGo
()
Reconnection
++
},
3000
);
};
...
...
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