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
whb
9 years ago
Commit
2c62ee2a1c36e19d66a21f4e51b5aa4a7089f239
1 parent
0f6a5ba2
退换货修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/www.yohobuy.com/application/models/Home/Returns.php
yohobuy/www.yohobuy.com/application/models/Home/Returns.php
View file @
2c62ee2
...
...
@@ -287,7 +287,7 @@ class ReturnsModel
if
(
!
empty
(
$value
[
'cn_alphabet'
]))
{
$cnAlphabet
=
$value
[
'cn_alphabet'
];
}
$result
[
'goods'
][
$key
][
'href'
]
=
Helpers
::
getUrlBySkc
(
$value
[
'product_
skn
'
],
$value
[
'goods_id'
],
$cnAlphabet
);
$result
[
'goods'
][
$key
][
'href'
]
=
Helpers
::
getUrlBySkc
(
$value
[
'product_
id
'
],
$value
[
'goods_id'
],
$cnAlphabet
);
$result
[
'goods'
][
$key
][
'thumb'
]
=
Helpers
::
getImageUrl
(
$value
[
'goods_image'
],
60
,
60
);
$result
[
'goods'
][
$key
][
'name'
]
=
$value
[
'product_name'
];
$result
[
'goods'
][
$key
][
'color'
]
=
$value
[
'color_name'
];
...
...
@@ -354,7 +354,7 @@ class ReturnsModel
if
(
!
empty
(
$value
[
'cn_alphabet'
]))
{
$cnAlphabet
=
$value
[
'cn_alphabet'
];
}
$result
[
'goods'
][
$key
][
'href'
]
=
Helpers
::
getUrlBySkc
(
$value
[
'product_
skn
'
],
$value
[
'goods_id'
],
$cnAlphabet
);
$result
[
'goods'
][
$key
][
'href'
]
=
Helpers
::
getUrlBySkc
(
$value
[
'product_
id
'
],
$value
[
'goods_id'
],
$cnAlphabet
);
$result
[
'goods'
][
$key
][
'thumb'
]
=
Helpers
::
getImageUrl
(
$value
[
'goods_image'
],
60
,
60
);
$result
[
'goods'
][
$key
][
'name'
]
=
$value
[
'product_name'
];
$result
[
'goods'
][
$key
][
'color'
]
=
$value
[
'color_name'
];
...
...
Please
register
or
login
to post a comment