Authored by zhangxiaoru

资讯

... ... @@ -5,8 +5,7 @@ const serviceAPI = global.yoho.ServiceAPI;
const camelCase = global.yoho.camelCase;
const _ = require('lodash');
const logger = global.yoho.logger;
// const helpers = global.yoho.helpers;
//const helpers = global.yoho.helpers;
const _processNavData = (list, type) => {
let formatData = [];
... ... @@ -32,11 +31,11 @@ const _processNavData = (list, type) => {
};
const _processListData = (list) => {
// let formatData = [];
//let formatData = [];
list = list || [];
// list = camelCase(list);
//list = camelCase(list);
'2016年06月02日 15:56'.match(/^(\d+)(\d+)(\d+)(\d+):(\d+)$/, function(data) {
console.log(data);
... ...