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
2019-12-16 18:34:33 +0800
Commit
006aa3a41a3fd7cc7734e91210dddedfbc06463f
1 parent
ecaabb1f
fix(product-detail): 商品详情页资源位被压缩 reviewed by 邱俊
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/pages/product/product-detail.vue
package.json
apps/pages/product/product-detail.vue
View file @
006aa3a
...
...
@@ -497,7 +497,7 @@ export default {
this._resourceImgWatcher = null;
}
},
sizeImg(src, width = 720, height =
144
) {
sizeImg(src, width = 720, height =
288
) {
if (src) {
return getImgUrl(src, width, height);
}
...
...
package.json
View file @
006aa3a
{
"name"
:
"xianyu-ufo-app-web"
,
"version"
:
"1.2.
0
"
,
"version"
:
"1.2.
1
"
,
"private"
:
true
,
"description"
:
"Xianyu Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment