Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
afaf6234
Commit
afaf6234
authored
Sep 10, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trim
parent
d2955d69
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
common.js
src/utils/common.js
+1
-7
No files found.
src/utils/common.js
View file @
afaf6234
...
@@ -51,7 +51,7 @@ HandlerLink.prototype = {
...
@@ -51,7 +51,7 @@ HandlerLink.prototype = {
}
else
if
(
type
==
3
)
{
}
else
if
(
type
==
3
)
{
return
item
return
item
}
else
if
(
type
==
4
)
{
}
else
if
(
type
==
4
)
{
return
`
${
item
.
link
.
url
}
`
return
`
${
(
item
.
link
.
url
).
trim
()
}
`
}
else
if
(
type
==
5
)
{
}
else
if
(
type
==
5
)
{
let
currentOpen
=
''
let
currentOpen
=
''
if
(
item
.
link
.
url
==
1
)
{
if
(
item
.
link
.
url
==
1
)
{
...
@@ -142,16 +142,10 @@ HandlerLinkRow.prototype = {
...
@@ -142,16 +142,10 @@ HandlerLinkRow.prototype = {
}
else
if
(
type
==
7
)
{
}
else
if
(
type
==
7
)
{
return
`
${
item
.
link
.
url
}
`
return
`
${
item
.
link
.
url
}
`
}
else
if
(
type
==
8
)
{
}
else
if
(
type
==
8
)
{
console
.
log
(
'----'
,
item
)
return
`
${
item
.
url
}
`
return
`
${
item
.
url
}
`
}
else
if
(
type
==
9
)
{
}
else
if
(
type
==
9
)
{
console
.
log
(
'----'
,
item
.
name
)
return
`id=
${
item
.
url
}
&name=
${
item
.
name
}
`
return
`id=
${
item
.
url
}
&name=
${
item
.
name
}
`
}
}
}
}
}
}
...
...
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