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
4e7fe6e5
authored
Mar 20, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
59da86ee
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
10 deletions
mobile/index.html
mobile/lib/default.js
mobile/lib/lang.js
mobile/videoPage.html
mobile/index.html
View file @
4e7fe6e5
...
...
@@ -465,6 +465,7 @@ $(function(){
//用户是否第一次进入
if
(
localStorage
.
oneGoing
==
undefined
){
localStorage
.
oneGoing
=
1
if
(
sessionStorage
.
pmt
==
12266
)
return
layer
.
open
({
type
:
1
,
title
:
false
,
...
...
mobile/lib/default.js
View file @
4e7fe6e5
...
...
@@ -67,11 +67,6 @@ if(data.back!=undefined)backGo=data.back;
}
return
theRequest
;
}
if
(
bbb
.
indexOf
(
"http://localhost:63342"
)
>
-
1
)
{
sessionStorage
.
bbb
=
23871190
;
sessionStorage
.
kkk
=
'debug'
sessionStorage
.
roomId
=
23864554
}
if
(
bbb
.
indexOf
(
"file:///"
)
>
-
1
)
{
localStorage
.
canvasCode
=
'phone'
// localStorage.uid= 155100;
...
...
mobile/lib/lang.js
View file @
4e7fe6e5
...
...
@@ -25,6 +25,16 @@ var langList=[
index19
:
"refresh"
,
index20
:
"language"
,
index21
:
"English"
,
videoPage1
:
'Silk stockings'
,
videoPage2
:
'Show the legs'
,
videoPage3
:
'Bare feet'
,
videoPage4
:
'Toes'
,
videoPage5
:
'Beautifil leg'
,
videoPage6
:
'Black silk'
,
videoPage7
:
'High heels'
,
videoPage8
:
'Long legs'
,
videoPage9
:
'Model'
,
videoPage10
:
'Shredded meat'
,
},
{
index1
:
"首頁"
,
...
...
@@ -48,5 +58,15 @@ var langList=[
index19
:
"刷新"
,
index20
:
"語言"
,
index21
:
"繁體中文"
,
videoPage1
:
'絲襪'
,
videoPage2
:
'秀腿'
,
videoPage3
:
'裸足'
,
videoPage4
:
'腳趾'
,
videoPage5
:
'美腿'
,
videoPage6
:
'黑絲'
,
videoPage7
:
'高跟'
,
videoPage8
:
'長腿'
,
videoPage9
:
'模特'
,
videoPage10
:
'肉絲'
,
}
]
mobile/videoPage.html
View file @
4e7fe6e5
...
...
@@ -74,8 +74,8 @@
<div
class=
"nav-box"
>
<div
class=
"top-box"
>
<ul
class=
"top-box-ul"
>
<a
href=
"index.html"
><li>
直播
</li></a>
<li
class=
"top-box-li-click"
>
影片
<img
class=
"click-img"
src=
"images/click.png"
alt=
""
></li>
<a
href=
"index.html"
><li>
<span
class=
"top-text1"
>
直播
</span>
</li></a>
<li
class=
"top-box-li-click"
>
<span
class=
"top-text2"
>
影片
</span>
<img
class=
"click-img"
src=
"images/click.png"
alt=
""
></li>
</ul>
<div
class=
"first-login-btn"
>
登入/註冊
</div>
</div>
...
...
@@ -322,12 +322,12 @@
</body>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/login.js?v=2022111801"
></script>
<script
src=
"lib/lang.js"
></script>
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
if
(
browserLang
.
indexOf
(
"zh"
)
==-
1
){
if
(
sessionStorage
.
lang
!=
2
){
$
(
".bottom-nav"
).
css
(
"background"
,
"url(images/bottom-nav-En.png) no-repeat"
)
$
(
".bottom-nav"
).
css
(
"background-size"
,
"100% 100%"
)
$
(
".txt1"
).
text
(
"video"
)
...
...
@@ -335,6 +335,22 @@ $(function(){
$
(
".bottom-nav-h1"
).
text
(
'Legs/Feet/Stockings Live'
)
$
(
".txt3"
).
text
(
"Online Beauties"
)
$
(
".txt4"
).
text
(
"Hot Videos"
)
$
(
".first-login-btn"
).
text
(
langList
[
sessionStorage
.
lang
].
index16
)
$
(
".top-text1"
).
text
(
langList
[
sessionStorage
.
lang
].
index5
)
$
(
".top-text2"
).
text
(
langList
[
sessionStorage
.
lang
].
index6
)
$
(
".title-nav-content >h2"
).
eq
(
0
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage1
)
$
(
".title-nav-content >h2"
).
eq
(
1
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage2
)
$
(
".title-nav-content >h2"
).
eq
(
2
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage3
)
$
(
".title-nav-content >h2"
).
eq
(
3
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage4
)
$
(
".title-nav-content >h2"
).
eq
(
4
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage5
)
$
(
".title-nav-content >h2"
).
eq
(
5
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage6
)
$
(
".title-nav-content >h2"
).
eq
(
6
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage7
)
$
(
".title-nav-content >h2"
).
eq
(
7
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage8
)
$
(
".title-nav-content >h2"
).
eq
(
8
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage9
)
$
(
".title-nav-content >h2"
).
eq
(
9
).
text
(
langList
[
sessionStorage
.
lang
].
videoPage10
)
$
(
".title-nav h2"
).
css
(
"width"
,
"auto"
)
$
(
".title-nav h2"
).
css
(
"margin-right"
,
"0.3rem"
)
$
(
".title-nav .title-nav-content"
).
css
(
"width"
,
"23rem"
)
}
var
tagStr
=
''
var
pageNumber
=
Math
.
ceil
(
Math
.
random
()
*
10
)
...
...
@@ -382,12 +398,14 @@ $(function(){
$
(
".layer-tag-box"
).
css
(
"top"
,
"-12rem"
)
$
(
".layer-shadow"
).
hide
()
})
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
if
(
sessionStorage
.
type
==
'pwa'
){
$
(
".bottom-nav"
).
hide
()
}
}
$
(
".bottom-nav-btn"
).
on
(
"click"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
try
{
...
...
@@ -615,7 +633,10 @@ $(function(){
function tagGet(){
$.ajax({
url:$ip2+'
/
footSeen
/
h5
/
queryTagList
',
url:$ip+'
footSeen
/
h5
/
queryTagList
',
data:{
pageID:localStorage.canvasCode
},
success:function(data){
// //// console.log('
获取标签列表
',data)
var html=[];
...
...
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