Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
af963db13291f1ccbb28629ecf39a424811c0f69
1 parent
d3406f3a
detail size img
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
af963db
...
...
@@ -742,7 +742,7 @@ const _getSizeData = (sizeInfo) => {
// 测量方式
if
(
sizeInfo
.
sizeImage
)
{
size
.
sizeImg
=
sizeInfo
.
sizeImage
;
size
.
sizeImg
=
sizeInfo
.
sizeImage
.
replace
(
'http://'
,
'//'
)
;
}
return
size
;
...
...
Please
register
or
login
to post a comment