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
700808b6
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
cf82e852
master
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
1 deletions
room/imagesRoom.html
room/liveRoom.html
room/videoRoom.html
room/imagesRoom.html
View file @
700808b6
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<title></title>
<title></title>
<meta
class=
"keywords-meta"
name=
"keywords"
content=
""
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=20220704"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=20220704"
>
...
@@ -167,6 +169,14 @@ $(function(){
...
@@ -167,6 +169,14 @@ $(function(){
success:function(msg){
success:function(msg){
//console.log('查看帖子详情',msg)
//console.log('查看帖子详情',msg)
$("
title
"
).
text
(
JSON
.
parse
(
msg
.
topic
.
content
).
title
+
'-footseen'
)
$("
title
"
).
text
(
JSON
.
parse
(
msg
.
topic
.
content
).
title
+
'-footseen'
)
var
tagsArr
=
[];
list
=
msg
.
topic
for
(
var
j
=
0
;
j
<
list
.
tags
.
length
;
j
++
){
html
+=
'
<
div
data
-
type
=
"'+list.tags[j].tagId+'"
class
=
"tag"
>
#
'+list.tags[j].tagName+'
<
/div>'
;
if
(
j
+
1
==
list
.
tags
.
length
)
tagsArr
+=
''
+
list
.
tags
[
j
].
tagName
+
''
else
tagsArr
+=
''
+
list
.
tags
[
j
].
tagName
+
','
}
$
(
".keywords-meta"
).
attr
(
"content"
,
tagsArr
)
myTopicId
=
msg
.
topic
.
topicId
myTopicId
=
msg
.
topic
.
topicId
var
data
=
msg
.
topic
var
data
=
msg
.
topic
var
imagesList
=
JSON
.
parse
(
data
.
content
);
var
imagesList
=
JSON
.
parse
(
data
.
content
);
...
...
This diff is collapsed.
Click to expand it.
room/liveRoom.html
View file @
700808b6
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<title>
footseen-腳控足控天堂-超激情美女主播視訊
</title>
<title>
footseen-腳控足控天堂-超激情美女主播視訊
</title>
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
class=
"description"
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/swiper.min.css"
>
<link
rel=
"stylesheet"
href=
"../css/swiper.min.css"
>
...
@@ -481,9 +483,9 @@ $(function () {
...
@@ -481,9 +483,9 @@ $(function () {
}
}
$
(
"title"
).
text
(
data
.
room
.
roomName
+
'的直播間-footseen直播間'
)
$
(
"title"
).
text
(
data
.
room
.
roomName
+
'的直播間-footseen直播間'
)
var
roomList
=
data
.
room
;
var
roomList
=
data
.
room
;
$
(
".description"
).
attr
(
"content"
,
roomList
.
introduce
)
flowUrl
=
data
.
pullFlowUrl
flowUrl
=
data
.
pullFlowUrl
$
(
".mc-material-face,.gurad-layer-face"
).
attr
(
"src"
,
"https://zhibocdn.yabolive.net/comm"
+
roomList
.
face
+
"?x-oss-process=image/resize,w_40"
)
$
(
".mc-material-face,.gurad-layer-face"
).
attr
(
"src"
,
"https://zhibocdn.yabolive.net/comm"
+
roomList
.
face
+
"?x-oss-process=image/resize,w_40"
)
var
html
=
[];
var
html
=
[];
html
+=
'
<
span
class
=
"mc-name"
>
' + roomList.roomName + '
<
/span>'
;
html
+=
'
<
span
class
=
"mc-name"
>
' + roomList.roomName + '
<
/span>'
;
if
(
roomList
.
isLike
==
0
)
html
+=
'
<
div
data
-
type
=
"'+roomList.uid+'"
class
=
"like-btn"
><
/div> '
;
if
(
roomList
.
isLike
==
0
)
html
+=
'
<
div
data
-
type
=
"'+roomList.uid+'"
class
=
"like-btn"
><
/div> '
;
...
...
This diff is collapsed.
Click to expand it.
room/videoRoom.html
View file @
700808b6
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<title></title>
<title></title>
<meta
class=
"keywords-meta"
name=
"keywords"
content=
""
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"../css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=20220704"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=20220704"
>
...
@@ -170,6 +172,14 @@ $(function(){
...
@@ -170,6 +172,14 @@ $(function(){
myTopicId=msg.topic.topicId
myTopicId=msg.topic.topicId
$("
title
"
).
text
(
JSON
.
parse
(
msg
.
topic
.
content
).
title
+
'在線觀看-footseen'
)
$("
title
"
).
text
(
JSON
.
parse
(
msg
.
topic
.
content
).
title
+
'在線觀看-footseen'
)
var
tagsArr
=
[];
list
=
msg
.
topic
for
(
var
j
=
0
;
j
<
list
.
tags
.
length
;
j
++
){
html
+=
'
<
div
data
-
type
=
"'+list.tags[j].tagId+'"
class
=
"tag"
>
#
'+list.tags[j].tagName+'
<
/div>'
;
if
(
j
+
1
==
list
.
tags
.
length
)
tagsArr
+=
''
+
list
.
tags
[
j
].
tagName
+
''
else
tagsArr
+=
''
+
list
.
tags
[
j
].
tagName
+
','
}
$
(
".keywords-meta"
).
attr
(
"content"
,
tagsArr
)
if
(
localStorage
.
out
!=
undefined
)
localStorage
.
out
=
localStorage
.
out
+
','
+
myTopicId
if
(
localStorage
.
out
!=
undefined
)
localStorage
.
out
=
localStorage
.
out
+
','
+
myTopicId
else
localStorage
.
out
=
myTopicId
else
localStorage
.
out
=
myTopicId
//console.log(localStorage.out.split(","))
//console.log(localStorage.out.split(","))
...
...
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