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
Plain Diff
Browse Files
Authored by
yyq
2017-04-17 18:50:00 +0800
Commit
369c7104982f167005366d87edd5349ca53d2d91
2 parents
9745153c
787de36d
Merge branch 'feature/newGolbal' into release/5.6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/product/models/global.js
apps/product/models/global.js
View file @
369c710
...
...
@@ -311,6 +311,8 @@ const getGlobalProductDetailData = (skn, channelNum, channel) => {
if
(
html
)
{
html
=
html
.
replace
(
/http:/ig
,
''
);
html
=
html
.
replace
(
/
\.
jpg
\"
/ig
,
'.jpg?imageslim"'
);
html
=
html
.
replace
(
/
\.
png
\"
/ig
,
'.png?imageslim"'
);
}
}
...
...
Please
register
or
login
to post a comment