Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
32185aad21982ac52dad76b35237f338406f5ade
1 parent
e0452da9
brands
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
apps/brand/models/brand.js
apps/brand/models/brand.js
View file @
32185aa
...
...
@@ -35,21 +35,6 @@ const _processListData = (list) => {
return
listData
;
};
const
_processTabData
=
(
list
)
=>
{
list
=
list
||
[];
list
=
camelCase
(
list
);
console
.
log
(
list
);
// let artList = list.list.artList.map(data =>{
// data.publishTime = data.publishTime.replace(/年|月/g, '/');
// data.publishTime = data.publishTime.replace(/日/g, '');
// return data;
// });
};
const
_getResources
=
()
=>
{
return
api
.
get
(
''
,
{
method
:
'web.brand.series'
...
...
@@ -76,20 +61,6 @@ const _getBreakingSort = () => {
});
};
// const getListData = () => {
// return api.get('', {
// method: 'app.brand.newBrandList'
// }).then((result) => {
// if (result && result.code === 200) {
// return _processListData(result);
// } else {
// logger.error('品牌页数据返回 code 不是 200');
// return {};
// }
// });
// };
const
getListData
=
()
=>
{
return
Promise
.
all
([
_getResources
(),
_getBreakingSort
()])
.
then
((
result
)
=>
{
...
...
Please
register
or
login
to post a comment