Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
tmq
9 years ago
Commit
bebecb182f52ecfb8243ccd4f05cf2005a7ad1d2
1 parent
ff2043bf
yohood标签
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
website/facade/News.class.php
website/facade/News.class.php
View file @
bebecb1
...
...
@@ -17,15 +17,19 @@ class Facade_News
*/
public
static
$types
=
array
(
// 1 => '品牌资讯',
// 2 => '现场活动',
// 3 => '独家合作',
// 4 => '主理人',
// 5 => '明星',
// 6 =>'限量产品',
// 7 => '票务',
// 8 =>'视频',
// 9 =>'专题'
1
=>
'品牌资讯'
,
2
=>
'现场活动'
,
3
=>
'独家合作'
,
4
=>
'主理人'
,
5
=>
'明星'
,
6
=>
'限量产品'
,
7
=>
'票务'
,
8
=>
'视频'
,
9
=>
'专题'
2
=>
'活动介绍'
,
3
=>
'亮点活动'
,
4
=>
'限量商品'
);
/**
...
...
Please
register
or
login
to post a comment