Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
739828ce72a761991a97cc3cb246d94dd786ac17
1 parent
cc6bdb6f
code reveiew by fei.hong: do feature 3.2.3 and 3.2.4 css gulp again
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/DataProcess/FloorProcess.php
library/Plugin/DataProcess/FloorProcess.php
View file @
739828c
...
...
@@ -270,7 +270,7 @@ class FloorProcess
foreach
(
$data
as
$key
=>
&
$value
)
{
if
(
$key
==
'title'
)
{
$urlParam
=
array
(
'id'
=>
4
);
isset
(
self
::
$channel
[
$type
])
&&
$urlParam
[
'gender'
]
=
self
::
$channel
[
$type
];
//
isset(self::$channel[$type]) && $urlParam['gender'] = self::$channel[$type];
$value
[
'more_url'
]
=
Helpers
::
url
(
''
,
$urlParam
,
'guang'
);
}
if
(
$key
==
'list'
)
{
...
...
Please
register
or
login
to post a comment