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
adb5dde6
authored
Mar 23, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
da205e64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
lib/login.js
mobile/index.html
lib/login.js
View file @
adb5dde6
...
...
@@ -9,7 +9,7 @@ var langList=[
]
//针对12266渠道推广
if
(
sessionStorage
.
pmt
==
12266
){
if
(
sessionStorage
.
pmt
==
12266
||
sessionStorage
.
pmt
==
12267
){
$
(
".video-list-box"
).
hide
()
$
(
".neck-nav-ul li"
).
eq
(
3
).
hide
()
$
(
".side-nav"
).
remove
()
...
...
mobile/index.html
View file @
adb5dde6
...
...
@@ -418,7 +418,7 @@
<script>
$
(
function
(){
if
(
sessionStorage
.
pmt
==
12266
){
if
(
sessionStorage
.
pmt
==
12266
||
sessionStorage
.
pmt
==
12267
){
$
(
".top-box-ul li"
).
eq
(
1
).
hide
()
}
if
(
sessionStorage
.
lang
!=
2
){
...
...
@@ -471,7 +471,7 @@ $(function(){
//用户是否第一次进入
if
(
localStorage
.
oneGoing
==
undefined
){
localStorage
.
oneGoing
=
1
if
(
sessionStorage
.
pmt
==
12266
)
return
if
(
sessionStorage
.
pmt
==
12266
||
sessionStorage
.
pmt
==
12267
)
return
layer
.
open
({
type
:
1
,
title
:
false
,
...
...
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