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
e55605c9
authored
May 06, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
e66256cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
mobile/index.html
mobile/lib/phoneLang.js
mobile/index.html
View file @
e55605c9
...
...
@@ -615,7 +615,7 @@ $(function(){
$
(
".bottom-nav-img3"
).
removeClass
(
"bottom-nav-img3-click"
)
$
(
".bottom-nav-img4"
).
addClass
(
"bottom-nav-img4-click"
)
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
$
(
".down-btn"
).
css
(
"background"
,
"url(
images/down-btn2.png
) no-repeat"
)
$
(
".down-btn"
).
css
(
"background"
,
"url(
"
+
langList
[
sessionStorage
.
lang
].
imgSrc1
+
"
) no-repeat"
)
$
(
".down-btn"
).
css
(
"background-size"
,
"100% 100%"
)
}
$
(
".down-btn"
).
on
(
"click"
,
function
(){
...
...
@@ -1281,7 +1281,7 @@ $(function(){
html
+=
'
<
/li></
a
>
';
}
if(liveNum==0){
html+='
<
div
class
=
"no-like-box"
><
img
src
=
"images/no-like.png"
><
p
class
=
"no-like-tips"
>
你所關注的主播沒有正在直播中噢
~<
/p><div class="no-like-btn">去逛逛
</
div
><
/div>
'
html+='
<
div
class
=
"no-like-box"
><
img
src
=
"images/no-like.png"
><
p
class
=
"no-like-tips"
>
'+langList[sessionStorage.lang].index28+'
<
/p><div class="no-like-btn">'+langList
[
sessionStorage.lang
]
.index29+'
</
div
><
/div>
'
}
$
(
".box2 .live-ul"
).
html
(
html
);
$
(
".no-like-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
...
...
mobile/lib/phoneLang.js
View file @
e55605c9
...
...
@@ -32,6 +32,8 @@ var langList=[
index25
:
'Enter search content'
,
index26
:
'Log out'
,
index27
:
"followed"
,
index28
:
'No live broadcaster you followed is living now'
,
index29
:
'See more recommended'
,
videoPage1
:
"Stockings"
,
videoPage2
:
"Legs"
,
videoPage3
:
"Bare feet"
,
...
...
@@ -51,6 +53,7 @@ var langList=[
userRoom7
:
"No yet"
,
userRoom8
:
"New GEMs"
,
userRoom9
:
'unknown'
,
imgSrc1
:
'images/down-btn2-en.png'
},
{
index1
:
"首頁"
,
...
...
@@ -81,6 +84,8 @@ var langList=[
index25
:
'請輸入您要搜索的內容'
,
index26
:
'登出成功'
,
index27
:
'追蹤成功'
,
index28
:
'你所關注的主播沒有正在直播中噢~'
,
index29
:
'去逛逛'
,
videoPage1
:
'絲襪'
,
videoPage2
:
'秀腿'
,
videoPage3
:
'裸足'
,
...
...
@@ -100,5 +105,6 @@ var langList=[
userRoom7
:
'暂无'
,
userRoom8
:
'收穫寶石'
,
userRoom9
:
'未知'
,
imgSrc1
:
'images/down-btn2.png'
}
]
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