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
9 years ago
Commit
304b13b9ff0b493a436e3e7999ea95d6e6438fce
1 parent
6936ed26
添加详情页满减活动标签
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
View file @
304b13b
...
...
@@ -102,7 +102,7 @@ class DetailModel
if
(
isset
(
$baseInfo
[
'promotionBoList'
]))
{
$build
=
array
();
foreach
(
$baseInfo
[
'promotionBoList'
]
as
$value
)
{
$build
[
'text'
]
=
$value
[
'promotionTitle'
];
$build
[
'text'
]
=
'【'
.
$value
[
'promotionType'
]
.
'】'
.
$value
[
'promotionTitle'
];
$result
[
'goodsDiscount'
][
'list'
][]
=
$build
;
}
}
...
...
Please
register
or
login
to post a comment