Authored by xuqi

ps页面以及数据结构变更

... ... @@ -614,34 +614,36 @@ module.exports = function(flag) {
}
]
},
info: [
{
id: 1,
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '1.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: '',
likeUrl: ''
},
{
id: 2,
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '2.副线不知为何总是好看点测试长度是否会被截取塞真的很恶心啊',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: '',
likeUrl: ''
}
]
article: {
info: [
{
id: 1,
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '1.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: '',
likeUrl: ''
},
{
id: 2,
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '2.副线不知为何总是好看点测试长度是否会被截取塞真的很恶心啊',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: '',
likeUrl: ''
}
]
}
};
//模板页数据
case 'tpl':
... ...
... ... @@ -38,15 +38,17 @@
</div>
{{/ newArrival}}
</div>
<div class="infos ps-block">
<div class="info-title-container">
<h2 class="info-title">相关资讯</h2>
</div>
<div id="info-content" class="info-content">
{{# info}}
{{> ps/info_item}}
{{/ info}}
{{# article}}
<div class="infos ps-block">
<div class="info-title-container">
<h2 class="info-title">相关资讯</h2>
</div>
<div id="info-content" class="info-content">
{{# info}}
{{> ps/info_item}}
{{/ info}}
</div>
</div>
</div>
{{/ article}}
{{/ data}}
</div>
\ No newline at end of file
... ...