Skip to content

Commit 084359b

Browse files
committed
产品列表缩略图修改
1 parent dfde47b commit 084359b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/views/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
echo
4141
'<div class="col-lg-4 col-md-4 col-sm-6">
4242
<a href="item?id='. $prod_id .'">
43-
<img class="img-thumbnail" src="http://github.com/public/imgs/%3C/span%3E' . $prod_id . '.jpeg" alt="PS4" width="240" height="240">
43+
<img class="img-thumbnail" src="http://github.com/public/imgs/%3C/span%3E' . $prod_id . '-thumb.jpg" alt="PS4" width="120" height="120">
4444
<p>' . $prod_name . '</p>
4545
</a>
4646
<div class="item-info">

0 commit comments

Comments
 (0)