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
8b678b1e
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
7927d85b
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
246 additions
and
53 deletions
mTest/index.html
mTest/room/liveRoom.html
mobile/index.html
mobile/room/css/liveRoom.css
mobile/room/css/liveRoom.less
mobile/room/images/interac.png
mobile/room/liveRoom.html
mTest/index.html
View file @
8b678b1e
...
...
@@ -34,10 +34,10 @@
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css?v=202211290
3
"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=202211290
4
"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202212010
1
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=202212010
1
"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202212010
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=202212010
4
"
>
<link
rel=
"manifest"
href=
"manifest.webmanifest?v=2022120601"
/>
<script
async
defer
src=
"lib/hello.js"
></script>
...
...
@@ -436,6 +436,7 @@ $(function(){
success
:
function
(
data
){
history
.
pushState
(
''
,
''
,
'/mobile/'
);
sessionStorage
.
pmt
=
'undefined'
sessionStorage
.
myCid
=
myCid
}
})
}
...
...
@@ -688,7 +689,9 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5"
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5"
}
})
...
...
@@ -757,7 +760,8 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
"&uid="
+
localStorage
.
uid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
}
})
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
8b678b1e
...
...
@@ -33,9 +33,9 @@
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=202211280
3
"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=202211280
4
"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202212060
3
"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202212060
4
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022112804"
>
<link
rel=
"manifest"
href=
"../manifest.webmanifest?v=2022112308"
/>
<script
src=
"../lib/hello.js"
async
defer
></script>
...
...
@@ -925,18 +925,8 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
layer
.
open
({
type
:
2
,
title
:
false
,
shadeClose
:
true
,
skin
:
"yourclass10"
,
area
:
[
"9rem"
,
dHeight
-
200
+
"px"
],
content
:
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
,
end
:
function
()
{
}
})
// window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
"&uid="
+
localStorage
.
uid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
}
})
})
...
...
@@ -1781,18 +1771,9 @@ $(function(){
pageID:localStorage.canvasCode,
},
success:function(data){
layer.open({
type: 2,
title: false,
shadeClose: true,
skin: "yourclass10",
area: ["9rem", dHeight-200+"px"],
content: "https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+"",
end: function () {
}
})
// window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
if(sessionStorage.myCid!=undefined&&sessionStorage.myCid!="undefined")window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+""
else window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
}
})
}, 1000);
...
...
This diff is collapsed.
Click to expand it.
mobile/index.html
View file @
8b678b1e
...
...
@@ -34,10 +34,10 @@
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css?v=202211290
3
"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=202211290
4
"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202212010
1
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=202212010
1
"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202212010
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=202212010
4
"
>
<link
rel=
"manifest"
href=
"manifest.webmanifest?v=2022120601"
/>
<script
async
defer
src=
"lib/hello.js"
></script>
...
...
@@ -436,6 +436,7 @@ $(function(){
success
:
function
(
data
){
history
.
pushState
(
''
,
''
,
'/mobile/'
);
sessionStorage
.
pmt
=
'undefined'
sessionStorage
.
myCid
=
myCid
}
})
}
...
...
@@ -688,7 +689,9 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5"
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5"
}
})
...
...
@@ -757,7 +760,8 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
"&uid="
+
localStorage
.
uid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
}
})
...
...
This diff is collapsed.
Click to expand it.
mobile/room/css/liveRoom.css
View file @
8b678b1e
...
...
@@ -154,6 +154,34 @@
text-indent
:
0
;
transform
:
scaleY
(
1.5
);
}
.interac-list-box
{
position
:
relative
;
padding-right
:
0.2rem
;
height
:
0.62rem
;
background
:
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
1rem
;
font-size
:
0.3rem
;
color
:
#fff
;
float
:
left
;
margin-left
:
0.2rem
;
line-height
:
0.62rem
;
text-indent
:
0.7rem
;
}
.interac-list-box
i
{
font-style
:
normal
;
}
.interac-list-box
img
{
width
:
0.5rem
;
position
:
absolute
;
left
:
0.15rem
;
top
:
0.08rem
;
}
.interac-list-box
span
{
color
:
#A7A9AD
;
display
:
inline-block
;
text-indent
:
0
;
transform
:
scaleY
(
1.5
);
}
.guard-btn
{
height
:
0.62rem
;
width
:
1.72rem
;
...
...
@@ -221,9 +249,9 @@
}
.hot-list-layer
{
width
:
10rem
;
height
:
9.1
rem
;
height
:
10.9
rem
;
position
:
fixed
;
bottom
:
-
9.1
rem
;
bottom
:
-
10.9
rem
;
left
:
0
;
background
:
rgba
(
255
,
255
,
255
,
0.95
);
border-radius
:
0.2rem
0.2rem
0
0
;
...
...
@@ -235,6 +263,53 @@
height
:
1.25rem
;
position
:
relative
;
}
.bottom-mc-hot-box
{
height
:
1.8rem
;
width
:
10rem
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
background
:
linear-gradient
(
to
bottom
right
,
#FAECEA
,
#FFFFFF
,
#FFFFFF
);
}
.bottom-mc-hot-box
.bottom-mc-hot-nav1
{
width
:
1.3rem
;
height
:
1.8rem
;
float
:
left
;
position
:
relative
;
font-size
:
0.45rem
;
color
:
#D34884
;
line-height
:
1.8rem
;
text-align
:
center
;
}
.bottom-mc-hot-box
.bottom-mc-hot-nav2
{
width
:
8.7rem
;
height
:
1.8rem
;
float
:
left
;
position
:
relative
;
}
.bottom-mc-hot-box
.bottom-mc-face
{
width
:
1.1rem
;
height
:
1.1rem
;
border-radius
:
50%
;
position
:
absolute
;
top
:
0.35rem
;
}
.bottom-mc-hot-box
.bottom-mc-p1
{
text-indent
:
1.4rem
;
font-size
:
0.35rem
;
padding-top
:
0.35rem
;
}
.bottom-mc-hot-box
.bottom-mc-p2
{
text-indent
:
1.4rem
;
font-size
:
0.35rem
;
padding-top
:
0.15rem
;
}
.bottom-mc-hot-box
.bottom-mc-p2
img
{
vertical-align
:
middle
;
width
:
0.4rem
;
margin-top
:
-0.1rem
;
margin-right
:
0.05rem
;
}
.hot-list-top-text1
{
width
:
2rem
;
height
:
1.25rem
;
...
...
This diff is collapsed.
Click to expand it.
mobile/room/css/liveRoom.less
View file @
8b678b1e
...
...
@@ -158,6 +158,35 @@
}
}
.interac-list-box{
position: relative;
padding-right: 0.2rem;
height: 0.62rem;
background: rgba(0,0,0,0.3);
border-radius: 1rem;
font-size: 0.3rem;
color: #fff;
float: left;
margin-left: 0.2rem;
line-height: 0.62rem;
text-indent: 0.7rem;
i{
font-style: normal;
}
img{
width: 0.5rem;
position: absolute;
left: 0.15rem;
top: 0.08rem;
}
span{
color: #A7A9AD;
display: inline-block;
text-indent: 0;
transform: scaleY(1.5);
}
}
.guard-btn{
height: 0.62rem;
width: 1.72rem;
...
...
@@ -228,9 +257,9 @@
}
.hot-list-layer{
width: 10rem;
height:
9.1
rem;
height:
10.9
rem;
position: fixed;
bottom: -
9.1
rem;
bottom: -
10.9
rem;
left: 0;
background: rgba(255,255,255,0.95);
border-radius: 0.2rem 0.2rem 0 0;
...
...
@@ -243,10 +272,56 @@
// background: pink;
position: relative;
}
.bottom-mc-hot-box{
height: 1.8rem;
width: 10rem;
position: absolute;
bottom: 0;
left: 0;
background:linear-gradient(to bottom right,#FAECEA,#FFFFFF,#FFFFFF);
.bottom-mc-hot-nav1{
width: 1.3rem;
height: 1.8rem;
float: left;
position: relative;
font-size: 0.45rem;
color: #D34884;
line-height: 1.8rem;
text-align: center;
}
.bottom-mc-hot-nav2{
width: 8.7rem;
height: 1.8rem;
float: left;
position: relative;
}
.bottom-mc-face{
width: 1.1rem;
height: 1.1rem;
border-radius: 50%;
position: absolute;
top: 0.35rem;
}
.bottom-mc-p1{
text-indent: 1.4rem;
font-size: 0.35rem;
padding-top: 0.35rem;
}
.bottom-mc-p2{
text-indent: 1.4rem;
font-size: 0.35rem;
padding-top: 0.15rem;
img{
vertical-align: middle;
width: 0.4rem;
margin-top: -0.1rem;
margin-right: 0.05rem;
}
}
}
.hot-list-top-text1{
width: 2rem;
height: 1.25rem;
float: left;
font-size: 0.35rem;
color: #3B3B3B;
...
...
This diff is collapsed.
Click to expand it.
mobile/room/images/interac.png
0 → 100644
View file @
8b678b1e
923 Bytes
This diff is collapsed.
Click to expand it.
mobile/room/liveRoom.html
View file @
8b678b1e
...
...
@@ -33,10 +33,10 @@
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=202211280
3
"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=202211280
4
"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202212060
1
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=202211280
3
"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202212060
4
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=202211280
4
"
>
<link
rel=
"manifest"
href=
"../manifest.webmanifest?v=2022112308"
/>
<script
src=
"../lib/hello.js"
async
defer
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
...
...
@@ -67,7 +67,9 @@
.layui-layer
{
box-shadow
:
none
!important
;
}
.yourclass10
{
border-radius
:
0.2rem
!important
;
}
</style>
</head>
<body
style=
"background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;"
>
...
...
@@ -200,6 +202,7 @@
<div
class=
"rich-tips-box"
>
<div
class=
"room-hot-box"
><img
src=
"images/fire.png"
alt=
""
><span>
--
</span></div>
<div
class=
"hot-list-box"
><img
src=
"images/hot-icon.png"
alt=
""
><i></i>
<span>
>
</span></div>
<div
class=
"interac-list-box"
><img
src=
"images/interac.png"
alt=
""
><i></i>
<span>
>
</span></div>
<div
class=
"guard-btn"
>
守護TA
</div>
</div>
...
...
@@ -261,6 +264,14 @@
</div>
</li> -->
</ul>
<div
class=
"bottom-mc-hot-box"
>
<div
class=
"bottom-mc-hot-nav1"
>
19
</div>
<div
class=
"bottom-mc-hot-nav2"
>
<img
class=
"bottom-mc-face"
src=
"https://zhibocdn.yabolive.net/comm/stscli/prod/4106446166423916818508c02555a3a647828c50948d55f57692.jpg?x-oss-process=image/resize,w_100"
alt=
""
>
<p
class=
"bottom-mc-p1"
>
主播暱稱預留
</p>
<p
class=
"bottom-mc-p2"
><img
src=
"images/hot-icon.png"
alt=
""
>
123456
</p>
</div>
</div>
</div>
<div
class=
"rich-list-layer"
>
<div
class=
"rich-list-top"
>
...
...
@@ -614,7 +625,7 @@ $(function(){
// pass: true,
},
success
:
function
(
data
){
//
console.log('进入直播间', data)
console
.
log
(
'进入直播间'
,
data
)
var
html
=
[]
$
(
"title"
).
text
(
data
.
roomBaseInfo
.
nickname
+
'的直播間-footseen直播'
)
if
(
data
.
code
==-
20060
){
...
...
@@ -837,7 +848,8 @@ $(function(){
if
(
data
.
room
.
isLike
==
0
)
html
+=
'
<
img
class
=
"like-icon"
data
-
type
=
"'+data.room.uid+'"
src
=
"images/like-icon.png"
alt
=
""
>
';
$(".room-mc-box").html(html).show();
if(data.room.isLike!=0)$(".room-mc-box").addClass("room-mc-box2")
$(".hot-list-box").html('
<
img
src
=
"images/hot-icon.png"
alt
=
""
><
i
>
'+data.room.hotResult.score+'
<
/i> <span>></
span
>
')
$(".hot-list-box").html('
<
img
src
=
"images/hot-icon.png"
alt
=
""
><
i
>
'+data.roomOtherInfo.popularNum+'
<
/i> <span>></
span
>
')
$(".interac-list-box").html('
<
img
src
=
"images/interac.png"
alt
=
""
><
i
>
'+data.roomOtherInfo.interacNum+'
<
/i> <span>></
span
>
')
$(".room-hot-box span").text(data.roomOtherInfo.charm)
$(".rich-tips-box").show()
$(".room-mc-face").unbind("click").on("click",function(){
...
...
@@ -913,7 +925,8 @@ $(function(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
if
(
sessionStorage
.
myCid
!=
undefined
&&
sessionStorage
.
myCid
!=
"undefined"
)
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="
+
sessionStorage
.
myCid
+
"&uid="
+
localStorage
.
uid
+
""
else
window
.
location
.
href
=
"https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="
+
localStorage
.
uid
+
""
}
})
})
...
...
@@ -966,9 +979,17 @@ $(function(){
})
$
(
".hot-list-box"
).
on
(
"click"
,
function
(){
$
(
".hot-list-layer"
).
css
(
"bottom"
,
"0rem"
)
hotList
()
popular
()
$
(
".layer-shadow"
).
show
()
$
(
".hot-list-top-text1"
).
text
(
"人氣榜"
)
})
$
(
".interac-list-box"
).
on
(
"click"
,
function
(){
$
(
".hot-list-layer"
).
css
(
"bottom"
,
"0rem"
)
interac
()
$
(
".layer-shadow"
).
show
()
$
(
".hot-list-top-text1"
).
text
(
"互動榜"
)
})
$
(
".more-btn"
).
on
(
"click"
,
function
(){
if
(
localStorage
.
uid
==
undefined
){
$
(
".layer-shadow"
).
show
()
...
...
@@ -984,7 +1005,7 @@ $(function(){
fixScroll
()
$
(
".login-box"
).
css
(
"bottom"
,
"-15rem"
)
$
(
".rich-list-layer"
).
css
(
"bottom"
,
"-9.1rem"
)
$
(
".hot-list-layer"
).
css
(
"bottom"
,
"-
9.1
rem"
)
$
(
".hot-list-layer"
).
css
(
"bottom"
,
"-
10.9
rem"
)
$
(
".more-layer"
).
css
(
"bottom"
,
"-4.4rem"
)
$
(
".task-layer"
).
css
(
"bottom"
,
'-8.55rem'
)
$
(
".exc-layer"
).
css
(
"bottom"
,
"-6.45rem"
)
...
...
@@ -994,7 +1015,7 @@ $(function(){
})
$
(
".hot-close"
).
on
(
"click"
,
function
(){
$
(
".layer-shadow"
).
hide
()
$
(
".hot-list-layer"
).
css
(
"bottom"
,
"-
9.1
rem"
)
$
(
".hot-list-layer"
).
css
(
"bottom"
,
"-
10.9
rem"
)
})
$
(
".more-layer-btn1"
).
on
(
"click"
,
function
(){
task
(
1
)
...
...
@@ -1263,7 +1284,6 @@ $(function(){
}
})
}
function
popular
(){
$
.
ajax
({
url
:
$ip
+
'rank/popular/list'
,
...
...
@@ -1284,6 +1304,16 @@ $(function(){
html
+=
'
<
div
class
=
"hot-li-p2"
><
img
src
=
"images/hot-icon.png"
>
'+list.score+'
<
/div>'
;
html
+=
'
<
/div>'
;
html
+=
'
<
/li>'
;
if
(
list
.
uid
==
sessionStorage
.
roomId
){
var
html2
=
[]
html2
+=
'
<
div
class
=
"bottom-mc-hot-nav1"
>
'+(i+1)+'
<
/div>'
;
html2
+=
'
<
div
class
=
"bottom-mc-hot-nav2"
>
';
html2+='
<
img
class
=
"bottom-mc-face"
src
=
"https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_100"
alt
=
""
>
';
html2+='
<
p
class
=
"bottom-mc-p1"
>
'+list.nickname+'
<
/p>'
;
html2
+=
'
<
p
class
=
"bottom-mc-p2"
><
img
src
=
"images/hot-icon.png"
alt
=
""
>
'+list.score+'
<
/p>'
;
html2
+=
'
<
/div>'
;
$
(
".bottom-mc-hot-box"
).
html
(
html2
)
}
}
$
(
".hot-list-ul"
).
html
(
html
)
}
...
...
@@ -1298,6 +1328,28 @@ $(function(){
success
:
function
(
data
){
console
.
log
(
"互动榜单"
,
data
)
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
rankList
.
length
;
i
++
){
var
list
=
data
.
rankList
[
i
]
html
+=
'
<
li
>
';
html+='
<
div
class
=
"hot-list-li-box1"
>
'+(i+1)+'
<
/div>'
;
html
+=
'
<
div
class
=
"hot-list-li-box2"
>
';
html+='
<
a
href
=
"liveRoom.html?roomId='+list.uid+'&v=2022112502"
><
img
class
=
"hot-li-face"
src
=
"https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_80"
alt
=
""
><
/a>'
;
html
+=
'
<
div
class
=
"hot-li-p1"
>
'+list.nickname+'
<
/div>'
;
html
+=
'
<
div
class
=
"hot-li-p2"
><
img
style
=
"width: 0.45rem;"
src
=
"images/interac.png"
>
'+list.score+'
<
/div>'
;
html
+=
'
<
/div>'
;
html
+=
'
<
/li>'
;
if
(
list
.
uid
==
sessionStorage
.
roomId
){
var
html2
=
[]
html2
+=
'
<
div
class
=
"bottom-mc-hot-nav1"
>
'+(i+1)+'
<
/div>'
;
html2
+=
'
<
div
class
=
"bottom-mc-hot-nav2"
>
';
html2+='
<
img
class
=
"bottom-mc-face"
src
=
"https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_100"
alt
=
""
>
';
html2+='
<
p
class
=
"bottom-mc-p1"
>
'+list.nickname+'
<
/p>'
;
html2
+=
'
<
p
class
=
"bottom-mc-p2"
><
img
style
=
"width: 0.45rem;"
src
=
"images/interac.png"
alt
=
""
>
'+list.score+'
<
/p>'
;
html2
+=
'
<
/div>'
;
$
(
".bottom-mc-hot-box"
).
html
(
html2
)
}
}
$
(
".hot-list-ul"
).
html
(
html
)
}
})
}
...
...
@@ -1719,7 +1771,9 @@ $(function(){
pageID:localStorage.canvasCode,
},
success:function(data){
window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
if(sessionStorage.myCid!=undefined&&sessionStorage.myCid!="undefined")window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr="+sessionStorage.myCid+"&uid="+localStorage.uid+""
else window.location.href="https://www.footseen.com/footseen/phonepay/applepay.html?lang=2&gofrom=web&cidStr=ftsH5&uid="+localStorage.uid+""
}
})
}, 1000);
...
...
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