...
|
...
|
@@ -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有货 | 年轻人潮流购物中心,中国潮流购物风向标,官方授权正品保证`,
|
...
|
...
|
|