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
8 years ago
Commit
c2641868cb8acf0bf4f182aa47a4f87055c21722
1 parent
51117f41
guang detail pjax
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
apps/guang/controllers/index.js
apps/guang/controllers/index.js
View file @
c264186
...
...
@@ -13,7 +13,6 @@ const headerModel = require('../../../doraemon/models/header');
const
ghelper
=
require
(
'../models/guang-helper'
);
const
urlHelper
=
require
(
'../models/url-helper'
);
const
querystring
=
require
(
'querystring'
);
const
helpers
=
global
.
yoho
.
helpers
;
/**
* 首页文章列表 类型列表
...
...
@@ -295,10 +294,7 @@ exports.detail = (req, res, next) => {
sharedTitle
:
info
.
title
,
shareDesc
:
info
.
desc
,
weixinUrl
:
info
.
weixinUrl
,
commentFirstPageUrl
:
helpers
.
urlFormat
(
'/info/index'
,
{
id
:
id
,
pageSize
:
10
},
'guang'
)
commentFirstPageUrl
:
'?pageSize=10'
}
},
{
title
:
`
$
{
info
.
title
}
|
YOHO
!
BUY
有货
|
年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证`
,
...
...
Please
register
or
login
to post a comment