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
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
18 deletions
+20
-18
igirl-channel-web/app/front/entry/public/js/index.js
+17
-15
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+0
-1
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.css
+1
-0
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,6 +180,23 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
...
@@ -180,6 +180,23 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
},
},
mounted
()
{
mounted
()
{
this
.
handleHeader
();
var
self
=
this
;
if
(
!
this
.
currentUser
)
{
this
.
logins
.
push
({
"icon"
:
"el-icon-location-outline"
,
"title"
:
"登录"
,
"type"
:
"text"
,
key
:
"login"
,
"isOnGrid"
:
true
});
this
.
logins
.
push
({
"icon"
:
"el-icon-edit-outline"
,
"title"
:
"注册"
,
"type"
:
"text"
,
key
:
"register"
,
"isOnGrid"
:
true
});
}
else
{
this
.
logins
.
push
({
"icon"
:
"el-icon-arrow-right"
,
"title"
:
"退出"
,
"type"
:
"text"
,
key
:
"exit"
,
"isOnGrid"
:
true
});
}
},
methods
:
{
// 返回当前接入渠道标识
getChannelPath
()
{
var
from
=
this
.
$route
.
path
;
var
path
=
from
.
split
(
'/'
)[
1
];
return
path
;
},
handleHeader
(){
setTimeout
(()
=>
{
setTimeout
(()
=>
{
if
(
location
.
hash
.
split
(
'/'
)[
1
]
==
"jd"
)
{
if
(
location
.
hash
.
split
(
'/'
)[
1
]
==
"jd"
)
{
var
selftmreg
=
location
.
hash
.
includes
(
'/selftmreg'
);
var
selftmreg
=
location
.
hash
.
includes
(
'/selftmreg'
);
...
@@ -201,22 +218,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
...
@@ -201,22 +218,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
console
.
log
(
"zzzzzzzzzzzzzzz"
,
location
.
hash
.
split
(
'/'
)[
1
],
this
.
headerHidden
);
console
.
log
(
"zzzzzzzzzzzzzzz"
,
location
.
hash
.
split
(
'/'
)[
1
],
this
.
headerHidden
);
}
}
},
300
);
},
300
);
var
self
=
this
;
if
(
!
this
.
currentUser
)
{
this
.
logins
.
push
({
"icon"
:
"el-icon-location-outline"
,
"title"
:
"登录"
,
"type"
:
"text"
,
key
:
"login"
,
"isOnGrid"
:
true
});
this
.
logins
.
push
({
"icon"
:
"el-icon-edit-outline"
,
"title"
:
"注册"
,
"type"
:
"text"
,
key
:
"register"
,
"isOnGrid"
:
true
});
}
else
{
this
.
logins
.
push
({
"icon"
:
"el-icon-arrow-right"
,
"title"
:
"退出"
,
"type"
:
"text"
,
key
:
"exit"
,
"isOnGrid"
:
true
});
}
},
},
methods
:
{
// 返回当前接入渠道标识
getChannelPath
()
{
var
from
=
this
.
$route
.
path
;
var
path
=
from
.
split
(
'/'
)[
1
];
return
path
;
},
// 处理参数方法
// 处理参数方法
copyParams
(
actionBody
,
actionType
,
url
,
isUser
=
"no"
,
isDecryptUser
=
"no"
)
{
copyParams
(
actionBody
,
actionType
,
url
,
isUser
=
"no"
,
isDecryptUser
=
"no"
)
{
var
data
=
this
.
commonParams
;
var
data
=
this
.
commonParams
;
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
28110a6c
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
line-height: 26px;"
>
免费注册
</a>
line-height: 26px;"
>
免费注册
</a>
</div>
</div>
</div>
</div>
<div>
<div>
<div
style=
"display:flex;height: 60px;align-items: center;"
>
<div
style=
"display:flex;height: 60px;align-items: center;"
>
<div
style=
"background:#ffffff;
<div
style=
"background:#ffffff;
...
...
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.css
View file @
28110a6c
...
@@ -464,3 +464,4 @@ li {
...
@@ -464,3 +464,4 @@ li {
.showncllist-leave
{
.showncllist-leave
{
opacity
:
1
;
opacity
:
1
;
}
}
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.html
View file @
28110a6c
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</div>
</div>
<div
@
mouseleave=
"typeListShow = false"
>
<div
@
mouseleave=
"typeListShow = false"
>
<input
type=
"text"
v-model=
"searchValue"
placeholder=
"请输入您想检索的商标名称,申请号,申请人等信息"
>
<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"
>
<transition
name=
"showncllist"
>
<div
class=
"jdtrademark-typelist"
v-if=
"typeListShow"
>
<div
class=
"jdtrademark-typelist"
v-if=
"typeListShow"
>
<el-checkbox
:indeterminate=
"isIndeterminate"
v-model=
"checkAll"
@
change=
"handleCheckAllChange"
>
<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 @@
...
@@ -457,7 +457,7 @@
<el-form-item
class=
"gsb_items"
>
<el-form-item
class=
"gsb_items"
>
<div
class=
"title special"
>
上传材料:代理委托书
<a
<div
class=
"title special"
>
上传材料:代理委托书
<a
href=
"http://gsb-zc.oss-cn-beijing.aliyuncs.com/igirl_channel_tmwtsdemo001.doc"
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>
<div
class=
"upload-box"
v-loading=
"loading2"
@
mouseover=
"mouseOverDemo(2,\'b\')"
<div
class=
"upload-box"
v-loading=
"loading2"
@
mouseover=
"mouseOverDemo(2,\'b\')"
@
mouseleave=
"mouseLeaveDemo(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