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
毕凯
9 years ago
Commit
4382d6fb558fe2e2f0734c34dfbc071181ca22be
1 parent
a325e524
错误 SKN 修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/DataProcess/ShopProcess.php
library/Plugin/DataProcess/ShopProcess.php
View file @
4382d6f
...
...
@@ -336,7 +336,7 @@ class ShopProcess
}
$goods
=
array
(
'url'
=>
Helpers
::
getUrlBySkc
(
$val
[
'product_
skn
'
],
$val
[
'goods_list'
][
0
][
'goods_id'
],
$val
[
'cn_alphabet'
]),
'url'
=>
Helpers
::
getUrlBySkc
(
$val
[
'product_
id
'
],
$val
[
'goods_list'
][
0
][
'goods_id'
],
$val
[
'cn_alphabet'
]),
'img'
=>
Helpers
::
getImageUrl
(
$goodsCover
,
235
,
314
),
'productName'
=>
$val
[
'product_name'
],
'salesPrice'
=>
'¥'
.
$val
[
'sales_price'
],
...
...
Please
register
or
login
to post a comment