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
yyq
9 years ago
Commit
66d9ffee376ad39a17428b84d6c6905b5fbccea0
1 parent
168f9e7f
图片压缩问题处理
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
web-static/sass/product/_shop-index.css
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
web-static/sass/product/_shop-index.css
View file @
66d9ffe
...
...
@@ -411,6 +411,10 @@
.trend-info
{
width
:
100%
;
.floor-header
{
margin-top
:
70px
;
}
.trend-list
{
width
:
100%
;
...
...
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
View file @
66d9ffe
...
...
@@ -560,7 +560,7 @@ class ShopModel
'title'
=>
$resource
[
'productName'
],
'productSkn'
=>
$resource
[
'productSkn'
],
'price'
=>
'¥'
.
number_format
(
trim
(
$resource
[
'salesPrice'
],
'¥'
),
2
,
'.'
,
''
),
'img'
=>
self
::
imageView2
(
$resource
[
'src'
],
250
,
34
0
),
'img'
=>
self
::
imageView2
(
$resource
[
'src'
],
250
,
25
0
),
'url'
=>
Helpers
::
getProductUrl
(
$resource
[
'productId'
],
$resource
[
'productSkn'
],
$resource
[
'productName'
]),
);
}
...
...
@@ -582,7 +582,7 @@ class ShopModel
'title'
=>
$resource
[
'productName'
],
'productSkn'
=>
$resource
[
'productSkn'
],
'price'
=>
'¥'
.
number_format
(
trim
(
$resource
[
'salesPrice'
],
'¥'
),
2
,
'.'
,
''
),
'img'
=>
self
::
imageView2
(
$resource
[
'src'
],
250
,
34
0
),
'img'
=>
self
::
imageView2
(
$resource
[
'src'
],
250
,
25
0
),
'url'
=>
Helpers
::
getProductUrl
(
$resource
[
'productId'
],
$resource
[
'productSkn'
],
$resource
[
'productName'
]),
'index'
=>
$key
+
1
);
...
...
Please
register
or
login
to post a comment