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
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
68e3ad603813278bd36cfd07cd210c20a4ebd4e0
2 parents
804f9544
f24ab616
Merge branch 'release/4.4' of
http://git.dev.yoho.cn/web/yohobuywap
into release/4.4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
library/Plugin/DataProcess/ShopProcess.php
library/Plugin/DataProcess/ShopProcess.php
View file @
68e3ad6
...
...
@@ -178,7 +178,6 @@ class ShopProcess
private
static
function
hotProducts_APP
(
$data
)
{
foreach
(
$data
as
$val
)
{
$goods
=
array
(
'url'
=>
Helpers
::
getUrlBySkc
(
$val
[
'productId'
],
$val
[
'goodsId'
],
$val
[
'cnAlphabet'
]),
'img'
=>
Helpers
::
getImageUrl
(
$val
[
'src'
],
235
,
314
),
...
...
@@ -187,7 +186,7 @@ class ShopProcess
'presentPrice'
=>
'¥'
.
$val
[
'salesPrice'
]
);
if
(
!
empty
(
self
::
$appVersion
))
{
$goods
[
'url'
]
.=
'?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":'
.
$
productData
[
'product_s
kn'
]
.
'}}'
;
$goods
[
'url'
]
.=
'?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":'
.
$
val
[
'productS
kn'
]
.
'}}'
;
}
self
::
$shopData
[
'hotList'
][]
=
$goods
;
}
...
...
Please
register
or
login
to post a comment