Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Rock Zhang
2015-12-16 16:58:24 +0800
Commit
b9766af74847a49c718dbc114584dbf4c1d33605
1 parent
f26bc329
添加加价购、商品详情以及赠品的模板返回路由
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
b9766af
...
...
@@ -191,6 +191,16 @@ class IndexController extends AbstractAction
}
/*
* 获取购物车加价购商品数据模板
*/
public
function
giftinfoTplAction
()
{
if
(
$this
->
isAjax
())
{
echo
file_get_contents
(
$this
->
_view
->
getScriptPath
()
.
'/../partials/cart/chose-panel.phtml'
);
}
}
/*
* 获取购物车加价购商品数据
*/
public
function
giftinfoAction
()
...
...
Please
register
or
login
to post a comment