|
|
'use strict';
|
|
|
const api = global.yoho.API;
|
|
|
const headerModel = require('../../../doraemon/models/header');
|
|
|
|
|
|
// const headerData = (channel) => {
|
|
|
// let responseData = {
|
|
|
// module: 'about',
|
|
|
// page: 'about',
|
|
|
// footerTop: true
|
|
|
// };
|
|
|
|
|
|
// headerModel.requestHeaderData(channel).then(result => {
|
|
|
// responseData.headerData = result.headerData;
|
|
|
|
|
|
// return responseData;
|
|
|
// })
|
|
|
// }
|
|
|
|
|
|
// module.exports = {
|
|
|
// headerData
|
|
|
// }; |
...
|
...
|
|