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
周少峰
8 years ago
Commit
3a9c43f3ab0bd1f639abc5ac02d28e2194466d5a
1 parent
7774fe05
auto
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/special.js
apps/activity/controllers/special.js
View file @
3a9c43f
...
...
@@ -16,7 +16,7 @@ exports.special = (req, res) => {
specialModel
.
getSpecialData
(
id
,
channel
).
then
((
result
)
=>
{
let
headerData
=
result
[
0
];
result
[
1
].
content
=
result
[
1
].
content
.
replace
(
/http:/ig
,
''
)
result
[
1
].
content
=
result
[
1
].
content
.
replace
(
/http:/ig
,
''
)
;
res
.
render
(
'special'
,
_
.
merge
({
module
:
'activity'
,
page
:
'special'
...
...
Please
register
or
login
to post a comment