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
ba1b2eab
Commit
ba1b2eab
authored
Jan 13, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
72ffa5eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
igirl-channel-web/app/front/entry/index.ejs
+1
-1
igirl-channel-web/app/front/entry/public/js/index.js
+12
-1
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
+4
-3
No files found.
igirl-channel-web/app/front/entry/index.ejs
View file @
ba1b2eab
...
...
@@ -77,7 +77,7 @@
{{user_Name}}
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
icon=
"el-icon-s-order"
>
我的订单
</el-dropdown-item>
<el-dropdown-item
icon=
"el-icon-s-order"
command=
"myIndent"
>
我的订单
</el-dropdown-item>
<el-dropdown-item
icon=
"el-icon-bicycle"
command=
"loginOut"
>
退出登录
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
...
...
igirl-channel-web/app/front/entry/public/js/index.js
View file @
ba1b2eab
...
...
@@ -227,6 +227,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
title
.
innerText
=
"百望商标注册服务"
;
this
.
logoImg
=
'/imgs/bwlogo.png'
;
this
.
homeUrl
=
"/bw/jdtrademark"
;
break
;
case
'1688'
:
title
.
innerText
=
"1688商标注册服务"
;
...
...
@@ -239,6 +240,14 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
break
;
}
},
myIndent
()
{
this
.
$router
.
push
({
path
:
`/
${
this
.
channelName
}
/jdindentlist`
,
query
:
{
channelUserId
:
this
.
$root
.
channelUserId
}
})
},
goHome
()
{
this
.
$router
.
push
(
this
.
homeUrl
);
},
...
...
@@ -248,7 +257,9 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
case
'loginOut'
:
this
.
loginOut
();
break
;
case
'myIndent'
:
this
.
myIndent
();
break
;
default
:
break
;
}
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.js
View file @
ba1b2eab
...
...
@@ -441,7 +441,7 @@
],
hidePage
:
true
,
user_Name
:
""
,
channelFrom
:
""
,
channelFrom
:
""
,
}
},
...
...
@@ -454,7 +454,7 @@
document
.
cookie
.
split
(
'; '
).
map
((
item
,
index
)
=>
{
if
(
item
.
includes
(
'pin='
))
{
this
.
user_Name
=
decodeURIComponent
(
item
.
substring
(
4
));
}
}
});
},
mounted
:
function
()
{
...
...
@@ -647,9 +647,9 @@
this
.
$root
.
loading
=
true
;
this
.
$root
.
postReq
(
"/web/trademark/tmqueryCtl/doPost"
,
obj
).
then
((
d
)
=>
{
this
.
$root
.
loading
=
false
;
console
.
log
(
d
.
data
);
if
(
d
.
status
==
0
&&
d
.
data
)
{
console
.
log
(
d
.
data
,
"12313213"
);
console
.
log
(
this
.
stuff
);
this
.
tableData
=
d
.
data
;
/* 没有分页参数 需要重新改*/
this
.
countPage
=
d
.
dataCount
;
...
...
@@ -860,6 +860,7 @@
this
.
stuff
.
businessLicensePic
=
row
.
businessLicensePic
;
this
.
stuff
.
identityCardPic
=
row
.
identityCardPic
;
this
.
stuff
.
smwjUrl
=
row
.
smwjUrl
;
this
.
stuff
.
gzwtsUrl
=
row
.
gzwtsUrl
;
},
uploadStuffs
(){
console
.
log
(
this
.
stuff
);
...
...
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