|
|
/**
|
|
|
* [个人中心]yoho币
|
|
|
* [个人中心]有货币
|
|
|
* @author: jiangmin
|
|
|
* @date: 2016/07/11
|
|
|
*/
|
...
|
...
|
@@ -36,7 +36,7 @@ const getDate = (time)=> { |
|
|
};
|
|
|
|
|
|
/**
|
|
|
* yoho币页面加载
|
|
|
* 有货币页面加载
|
|
|
*/
|
|
|
const index = (req, res, next) => {
|
|
|
let uid = req.user.uid;
|
...
|
...
|
@@ -67,12 +67,12 @@ const index = (req, res, next) => { |
|
|
page: 'currency',
|
|
|
isMe: true,
|
|
|
content: {
|
|
|
nav: mcHandler.getMeCrumb('我的YOHO币'),
|
|
|
navigation: mcHandler.getSideMenu('我的YOHO币'),
|
|
|
nav: mcHandler.getMeCrumb('我的有货币'),
|
|
|
navigation: mcHandler.getSideMenu('我的有货币'),
|
|
|
banner: thumb,
|
|
|
currency: true,
|
|
|
tabs: result[0].list.tabs,
|
|
|
title: '我的YOHO币',
|
|
|
title: '我的有货币',
|
|
|
currentYear: new Date().getFullYear(),
|
|
|
data: result[0].list.coinList,
|
|
|
paginationOpts: result[0].list.paginationOpts,
|
...
|
...
|
|