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:37 +0800
Commit
476f08227f587e7121510d1491d894ed52ad1149
1 parent
f4b444ce
message href
Show 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 @
476f082
...
...
@@ -208,7 +208,7 @@ module.exports = class extends global.yoho.BaseModel {
return
;
}
let
href
=
'javascript:;'
;
let
href
=
'javascript:;'
;
// eslint-disable-line
href
+=
type
?
`
&
type
=
$
{
type
}
`
:
''
;
switch
(
value
.
type
)
{
...
...
Please
register
or
login
to post a comment