Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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 21:06:46 +0800
Commit
6ca09cae0b955fefc6cc686109170fcd2e6a4d8c
1 parent
d02d1242
修改加价购商品显示的数目
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 @
6ca09ca
...
...
@@ -633,7 +633,7 @@ class Helpers
$arr
[]
=
$gift
;
// 计算加价购商品数目
$count
+=
count
(
$value
[
'goods_list'
])
;
$count
+=
$value
[
'max_select_number'
]
;
}
return
$arr
;
...
...
Please
register
or
login
to post a comment