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
2015-12-18 13:13:13 +0800
Commit
c20c9e5768d6e697a49b7b264fec3b12dae6afcb
1 parent
a207ac2c
修复加价购显示的商品数目错误的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/Helpers.php
library/Plugin/Helpers.php
View file @
c20c9e5
...
...
@@ -639,7 +639,7 @@ class Helpers
$arr
[]
=
$gift
;
// 计算加价购商品数目
$count
+=
$value
[
'max_select_number'
]
;
$count
+=
count
(
$value
[
'goods_list'
])
;
}
return
$arr
;
...
...
Please
register
or
login
to post a comment