Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
c5f9142fc6c6f8365fa4ee5d5336c0129acdffc6
1 parent
46fc1710
ajax产品小图显示问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/HelperSearch.php
library/WebPlugin/HelperSearch.php
View file @
c5f9142
...
...
@@ -1211,7 +1211,7 @@ class HelperSearch
if (
$val['status']
== 0) {
continue;
}
$result[$key]['coverImg']
= Images::getImageUrl(
$val['images_url']
,
$options['
minImgSize'][0]
,
$options['minI
mgSize'][1]
);
$result[$key]['coverImg']
= Images::getImageUrl(
$val['images_url']
,
$options['
imgSize'][0]
,
$options['i
mgSize'][1]
);
$result[$key]['url']
= Helpers::getUrlBySkc(
$product[0]['product_id']
,
$val['goods_id']
,
$product[0]['cn_alphabet']
);
$result[$key]['src']
= Images::getImageUrl(
$val['images_url']
,
$options['imgSize'][0]
,
$options['imgSize'][1]
);
}
...
...
Please
register
or
login
to post a comment