Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
493aba80
Commit
493aba80
authored
Jan 19, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
beb48f9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
igirl-channel-web/app/front/entry/index.ejs
+2
-3
igirl-channel-web/app/front/entry/public/js/index.js
+6
-2
No files found.
igirl-channel-web/app/front/entry/index.ejs
View file @
493aba80
...
@@ -114,5 +114,5 @@
...
@@ -114,5 +114,5 @@
<script
src=
"https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"
></script>
<script
src=
"https://cdn.staticfile.org/jquery-cookie/1.4.1/jquery.cookie.min.js"
></script>
<script
type=
"module"
src=
"/js/index.js"
></script>
<script
type=
"module"
src=
"/js/index.js"
></script>
</body>
</body>
</html>
</html>
<script
language=
"javascript"
src=
"http://swt.gongsibao.com/JS/LsJS.aspx?siteid=MGF22027130&float=1&lng=cn"
></script>
\ No newline at end of file
igirl-channel-web/app/front/entry/public/js/index.js
View file @
493aba80
...
@@ -198,7 +198,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
...
@@ -198,7 +198,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
handleHeader
();
this
.
handleHeader
();
});
});
console
.
log
(
$
.
fn
.
jquery
,
"vvvvvvvvvvvvvvvvv"
);
console
.
log
(
$
.
fn
.
jquery
,
"vvvvvvvvvvvvvvvvv"
);
var
self
=
this
;
var
self
=
this
;
...
@@ -350,7 +349,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
...
@@ -350,7 +349,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
var
path
=
from
.
split
(
'/'
)[
1
];
var
path
=
from
.
split
(
'/'
)[
1
];
return
path
;
return
path
;
},
},
// 操作头尾显示隐藏
// 操作头尾显示隐藏
公共部分
handleHeader
()
{
handleHeader
()
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
let
hideHeader
=
location
.
hash
.
split
(
'/'
)[
1
];
let
hideHeader
=
location
.
hash
.
split
(
'/'
)[
1
];
...
@@ -372,10 +371,15 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
...
@@ -372,10 +371,15 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
if
(
OAjdlist
||
jdindentlist
||
jdindentdetail
||
OAjddetails
||
OAjdcompany
||
companydetail
)
{
if
(
OAjdlist
||
jdindentlist
||
jdindentdetail
||
OAjddetails
||
OAjdcompany
||
companydetail
)
{
this
.
jdSelfHeaderShow
=
false
;
this
.
jdSelfHeaderShow
=
false
;
}
}
$
(
'#LRdiv0'
).
css
(
'display'
,
'none'
);
break
;
break
;
case
"bw"
:
case
"bw"
:
this
.
channelMessage
=
"百望"
;
this
.
channelMessage
=
"百望"
;
console
.
log
(
"bbbbbbbbbbbbbbbbbbbbbbbbb"
);
console
.
log
(
"bbbbbbbbbbbbbbbbbbbbbbbbb"
);
case
"gsbhome"
:
$
(
'#LRdiv0'
).
css
(
'display'
,
'none'
);
case
"1688"
:
$
(
'#LRdiv0'
).
css
(
'display'
,
'none'
);
default
:
default
:
this
.
jdSelfHeaderShow
=
false
;
this
.
jdSelfHeaderShow
=
false
;
this
.
jdSelfFooterShow
=
false
;
this
.
jdSelfFooterShow
=
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