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
Rock Zhang
9 years ago
Commit
4f9d157441a30c04ae7657eb4c719b295a256102
1 parent
42f2e1e3
去除意见反馈页一些多余的信息
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
4f9d157
...
...
@@ -82,7 +82,7 @@ class HomeController extends AbstractAction
'hasFavProduct'
=>
$favProducts
,
'hasFavBrand'
=>
$favBrands
);
// 判断
时候为品牌
页
// 判断
是否为品牌收藏
页
if
(
$tab
===
'brand'
)
{
$data
[
'brandTab'
]
=
true
;
}
...
...
@@ -349,10 +349,6 @@ class HomeController extends AbstractAction
// 设置网站标题
$this
->
setTitle
(
'反馈问题'
);
$param
=
\Api\Yohobuy
::
param
();
unset
(
$param
[
'private_key'
]);
$param
[
'project'
]
=
'suggest'
;
$param
[
'client_secret'
]
=
'e7807a9522ab99af8b8fd926e1ebbd9a'
;
$data
=
array
(
'suggestPage'
=>
true
,
//加载js
'pageHeader'
=>
array
(
...
...
@@ -360,11 +356,9 @@ class HomeController extends AbstractAction
'navTitle'
=>
'反馈问题'
,
'navBtn'
=>
'提交'
),
'param'
=>
$param
,
'suggestSub'
=>
true
,
'pageFooter'
=>
true
);
//print_r($data);
$this
->
_view
->
display
(
'suggest_sub'
,
$data
);
}
...
...
Please
register
or
login
to post a comment