Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
shuaiguo
5 years ago
Commit
5a4378dd4bfff7d104b6b587760650c0041024eb
1 parent
22a2c62d
修复:商品详情资源位图片压缩
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/pages/product/product-detail.vue
apps/pages/product/product-detail.vue
View file @
5a4378d
...
...
@@ -411,7 +411,7 @@ export default {
this._resourceImgWatcher = null;
}
},
sizeImg(src, width =
360, height = 72
) {
sizeImg(src, width =
720, height = 144
) {
if (src) {
return getImgUrl(src, width, height);
}
...
...
@@ -772,7 +772,7 @@ export default {
.banner {
display: block;
height: 132px;
min-
height: 132px;
img {
display: block;
...
...
Please
register
or
login
to post a comment