Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-11-02 20:12:24 +0800
Commit
daf1da04ca97a6cbf018f66e11849c3aa5bdff98
2 parents
09954fe6
685e09a5
Merge branch 'hotfix/guang' into gray
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/guang/models/rss.js
apps/guang/models/rss.js
View file @
daf1da0
...
...
@@ -84,6 +84,8 @@ const _genIntro = (id) => {
result
+=
'<br/>'
;
}
});
result
+=
`
<
a
href
=
"http://guang.m.yohobuy.com/info/index?id=${id}"
>
查看原文
<
/a>`
;
return
result
;
}
});
...
...
Please
register
or
login
to post a comment