...
|
...
|
@@ -239,9 +239,7 @@ const _proListHandler = (data, params) => { |
|
|
url: helpers.urlFormat('/' + pro.data.id + '.html', {channel: params.channel}, 'guang'),
|
|
|
src: pro.data.src,
|
|
|
title: pro.data.title,
|
|
|
|
|
|
// publishTime: moment(pro.data.publish_time_long * 1000).format('YYYY年MM月DD HH:mm'),
|
|
|
publishTime: pro.data.publish_time,
|
|
|
publishTime: moment(parseInt(pro.data.publish_time_long)).format('YYYY年MM月DD HH:mm'),
|
|
|
num: pro.data.browse || 0
|
|
|
};
|
|
|
proObj.articalType = true;
|
...
|
...
|
|