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
28110a6c
Commit
28110a6c
authored
Dec 26, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
4d944b79
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
27 deletions
+28
-27
igirl-channel-web/app/front/entry/public/js/index.js
+24
-22
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+0
-1
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.css
+2
-2
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.html
+1
-1
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.html
+1
-1
No files found.
igirl-channel-web/app/front/entry/public/js/index.js
View file @
28110a6c
...
...
@@ -180,27 +180,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
},
mounted
()
{
setTimeout
(()
=>
{
if
(
location
.
hash
.
split
(
'/'
)[
1
]
==
"jd"
)
{
var
selftmreg
=
location
.
hash
.
includes
(
'/selftmreg'
);
var
OAjdlist
=
location
.
hash
.
includes
(
'/OAjdlist'
);
var
jdindentlist
=
location
.
hash
.
includes
(
'/jdindentlist'
);
var
jdindentdetail
=
location
.
hash
.
includes
(
'/jdindentdetail'
);
var
OAjddetails
=
location
.
hash
.
includes
(
'/OAjddetails'
);
var
OAjdcompany
=
location
.
hash
.
includes
(
'/OAjdcompany'
);
console
.
log
(
find
,
"lllllllllllllllllllllllllllllll"
);
if
(
OAjdlist
||
selftmreg
||
jdindentlist
||
jdindentdetail
||
OAjddetails
||
OAjdcompany
)
{
$
(
'.jdc-footer'
).
hide
();
}
if
(
OAjdlist
||
jdindentlist
||
jdindentdetail
||
OAjddetails
||
OAjdcompany
)
{
$
(
'.jc_hd'
).
hide
();
}
}
else
{
$
(
'.jc_hd'
).
hide
();
$
(
'.jdc-footer'
).
hide
();
console
.
log
(
"zzzzzzzzzzzzzzz"
,
location
.
hash
.
split
(
'/'
)[
1
],
this
.
headerHidden
);
}
},
300
);
this
.
handleHeader
();
var
self
=
this
;
if
(
!
this
.
currentUser
)
{
this
.
logins
.
push
({
"icon"
:
"el-icon-location-outline"
,
"title"
:
"登录"
,
"type"
:
"text"
,
key
:
"login"
,
"isOnGrid"
:
true
});
...
...
@@ -216,7 +196,29 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
var
path
=
from
.
split
(
'/'
)[
1
];
return
path
;
},
handleHeader
(){
setTimeout
(()
=>
{
if
(
location
.
hash
.
split
(
'/'
)[
1
]
==
"jd"
)
{
var
selftmreg
=
location
.
hash
.
includes
(
'/selftmreg'
);
var
OAjdlist
=
location
.
hash
.
includes
(
'/OAjdlist'
);
var
jdindentlist
=
location
.
hash
.
includes
(
'/jdindentlist'
);
var
jdindentdetail
=
location
.
hash
.
includes
(
'/jdindentdetail'
);
var
OAjddetails
=
location
.
hash
.
includes
(
'/OAjddetails'
);
var
OAjdcompany
=
location
.
hash
.
includes
(
'/OAjdcompany'
);
console
.
log
(
find
,
"lllllllllllllllllllllllllllllll"
);
if
(
OAjdlist
||
selftmreg
||
jdindentlist
||
jdindentdetail
||
OAjddetails
||
OAjdcompany
)
{
$
(
'.jdc-footer'
).
hide
();
}
if
(
OAjdlist
||
jdindentlist
||
jdindentdetail
||
OAjddetails
||
OAjdcompany
)
{
$
(
'.jc_hd'
).
hide
();
}
}
else
{
$
(
'.jc_hd'
).
hide
();
$
(
'.jdc-footer'
).
hide
();
console
.
log
(
"zzzzzzzzzzzzzzz"
,
location
.
hash
.
split
(
'/'
)[
1
],
this
.
headerHidden
);
}
},
300
);
},
// 处理参数方法
copyParams
(
actionBody
,
actionType
,
url
,
isUser
=
"no"
,
isDecryptUser
=
"no"
)
{
var
data
=
this
.
commonParams
;
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
28110a6c
...
...
@@ -13,7 +13,6 @@
line-height: 26px;"
>
免费注册
</a>
</div>
</div>
<div>
<div
style=
"display:flex;height: 60px;align-items: center;"
>
<div
style=
"background:#ffffff;
...
...
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.css
View file @
28110a6c
...
...
@@ -463,4 +463,5 @@ li {
.showncllist-enter-to
,
.showncllist-leave
{
opacity
:
1
;
}
\ No newline at end of file
}
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.html
View file @
28110a6c
...
...
@@ -14,7 +14,7 @@
</div>
<div
@
mouseleave=
"typeListShow = false"
>
<input
type=
"text"
v-model=
"searchValue"
placeholder=
"请输入您想检索的商标名称,申请号,申请人等信息"
>
<div
@
mouseenter=
"typeListShow = true"
>
全部类别
<i
class=
"el-icon-arrow-down"
></i></div>
<div
@
mouseenter=
"typeListShow = true"
class=
"jdtrademark-search-alltype"
>
全部类别
<i
class=
"el-icon-arrow-down"
></i></div>
<transition
name=
"showncllist"
>
<div
class=
"jdtrademark-typelist"
v-if=
"typeListShow"
>
<el-checkbox
:indeterminate=
"isIndeterminate"
v-model=
"checkAll"
@
change=
"handleCheckAllChange"
>
...
...
igirl-channel-web/app/front/vues/pages/selftmreg/selftmreg.html
View file @
28110a6c
...
...
@@ -457,7 +457,7 @@
<el-form-item
class=
"gsb_items"
>
<div
class=
"title special"
>
上传材料:代理委托书
<a
href=
"http://gsb-zc.oss-cn-beijing.aliyuncs.com/igirl_channel_tmwtsdemo001.doc"
style=
"color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top:
70%;left: 51%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px
;"
>
下载委托书模板
</a>
style=
"color:#0F8EE9;font-size:13px;cursor:pointer;position: absolute;top:
90%;left: 38%;line-height: 0px;border-bottom: 1px solid #0F8EE9;height: 5px;width: max-content
;"
>
下载委托书模板
</a>
</div>
<div
class=
"upload-box"
v-loading=
"loading2"
@
mouseover=
"mouseOverDemo(2,\'b\')"
@
mouseleave=
"mouseLeaveDemo(2,\'b\')"
>
...
...
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