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
b00fbc75f6a6e9bf3f5a11d9081437fbe2faeabb
1 parent
ecf69b32
去除打印语句
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/ShoppingCart.php
yohobuy/m.yohobuy.com/application/controllers/ShoppingCart.php
View file @
b00fbc7
...
...
@@ -127,7 +127,6 @@ class ShoppingCartController extends AbstractAction
'shoppingCartPage'
=>
true
,
'shoppingCart'
=>
CartModel
::
getCartData
(
$uid
,
$shoppingKey
,
true
)
);
print_r
(
$data
);
// 渲染模板
$this
->
_view
->
display
(
'gift-advance-good'
,
$data
);
...
...
Please
register
or
login
to post a comment