Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-05-04 18:28:02 +0800
Commit
f4b444ceadb25ac693588cf4e84d892a581437b1
1 parent
0bf966a6
message href
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/message.js
apps/home/models/message.js
View file @
f4b444c
...
...
@@ -208,7 +208,7 @@ module.exports = class extends global.yoho.BaseModel {
return
;
}
let
href
=
`
/
home
/
message
/
detail
?
id
=
$
{
value
.
id
}
&
page
=
$
{
page
}
`
;
let
href
=
'javascript:;'
;
href
+=
type
?
`
&
type
=
$
{
type
}
`
:
''
;
switch
(
value
.
type
)
{
...
...
Please
register
or
login
to post a comment