Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
f5cfd5c584379eb9df2d02a7dafa28e13342cb92
1 parent
55ffddc0
home
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
yohobuy/www.yohobuy.com/application/models/Index/Home.php
yohobuy/www.yohobuy.com/application/models/Index/Home.php
View file @
f5cfd5c
...
...
@@ -40,15 +40,15 @@ class HomeModel
//lifestyle:8a341ca7eacc069ba80f02dec80eaf34,1b053fd044834f5c86d5eb15fb237af9
// 男首首页
const
CODE_BOYS_CHANNEL
=
(
APPLICATION_ENV
==
'release'
||
APPLICATION_ENV
==
'preview'
)
?
'79372627eee75d73afe7f9bac91e5ce6'
:
'c15bf0cbfbd4893fd70c869c991f6d3d'
;
const
CODE_BOYS_CHANNEL
=
'79372627eee75d73afe7f9bac91e5ce6'
;
// 'c15bf0cbfbd4893fd70c869c991f6d3d')
;
// 女首首页
const
CODE_GIRLS_CHANNEL
=
(
APPLICATION_ENV
==
'release'
||
APPLICATION_ENV
==
'preview'
)
?
'75215008957605c05e8cd375eac4f817'
:
'a519ba44ef3a85cf3c05e405c6ba8e53'
;
const
CODE_GIRLS_CHANNEL
=
'75215008957605c05e8cd375eac4f817'
;
//
'a519ba44ef3a85cf3c05e405c6ba8e53';
// 潮童首页
const
CODE_KIDS_CHANNEL
=
(
APPLICATION_ENV
==
'release'
||
APPLICATION_ENV
==
'preview'
)
?
'd71f4b27f2a7229fbb31a4bc490a6f36'
:
'a7741b94e8bb9d56d0d36e00c05956f7'
;
const
CODE_KIDS_CHANNEL
=
'd71f4b27f2a7229fbb31a4bc490a6f36'
;
//
'a7741b94e8bb9d56d0d36e00c05956f7';
// 创意生活新
const
CODE_LIFESTYLE_CHANNEL
=
(
APPLICATION_ENV
==
'release'
||
APPLICATION_ENV
==
'preview'
)
?
'8a341ca7eacc069ba80f02dec80eaf34'
:
'8a341ca7eacc069ba80f02dec80eaf34'
;
const
CODE_LIFESTYLE_CHANNEL
=
'8a341ca7eacc069ba80f02dec80eaf34'
;
//
'8a341ca7eacc069ba80f02dec80eaf34';
// 创意生活
const
CODE_LIFESTYLE_CHANNEL_1
=
'380c38155fd8beee10913a3f5b462da6'
;
...
...
Please
register
or
login
to post a comment