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
2015-12-26 15:18:25 +0800
Commit
ca6fb0e2183a2e4650a2b809302685d4e18da87a
1 parent
b125c7a4
code review by hf: do remove from cart count to int
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
ca6fb0e
...
...
@@ -165,7 +165,6 @@ class IndexController extends AbstractAction
/*
* 加价购页面
*/
public
function
advanceBuyAction
()
{
$this
->
setTitle
(
'加价购'
);
...
...
@@ -184,7 +183,6 @@ class IndexController extends AbstractAction
/*
* 获取购物车商品数据
*/
public
function
goodinfoAction
()
{
$result
=
array
();
...
...
Please
register
or
login
to post a comment