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
xiaowei
9 years ago
Commit
e5ea4b8eec6f7cf15694b1cb278697aa5d4293ab
1 parent
f753c1b8
购物车格式化赠品参数
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 @
e5ea4b8
...
...
@@ -693,7 +693,7 @@ class Helpers
* @param int $count 计商品件数
* @return array $arr 处理之后的加价购商品数据
*/
public
static
function
formatAdvanceGoods
(
$advanceGoods
,
$isGift
=
false
,
&
$count
=
0
)
public
static
function
formatAdvanceGoods
(
$advanceGoods
,
&
$count
=
0
,
$isGift
=
false
)
{
$arr
=
array
();
...
...
Please
register
or
login
to post a comment