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-20 21:47:11 +0800
Commit
017e6143b618acd13f4b015257508b7fb948d321
1 parent
71a51382
code review by hf: fixes bug to add shopping to cart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
017e614
...
...
@@ -457,7 +457,7 @@ class IndexController extends AbstractAction
// 设置加入购物车凭证到客户端浏览器
if
(
!
$shoppingKey
&&
isset
(
$result
[
'data'
][
'shopping_key'
]))
{
$this
->
setCookie
(
'_
s
pk'
,
$result
[
'data'
][
'shopping_key'
]);
$this
->
setCookie
(
'_
S
pk'
,
$result
[
'data'
][
'shopping_key'
]);
}
}
...
...
Please
register
or
login
to post a comment