Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
姜枫
2016-08-26 12:57:49 +0800
Commit
3bd0f2fc6a048747ac6a4475436a594e43f4fddd
2 parents
52490a41
62efbdc0
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
apps/product/models/item-handler.js
apps/product/models/item-handler.js
View file @
3bd0f2f
...
...
@@ -823,9 +823,7 @@ const setDetailData = sizeInfo => {
titleCn
:
'商品详情'
};
if
(
sizeInfo
.
productDescBo
&&
sizeInfo
.
productDescBo
.
phrase
)
{
details
.
content
=
`
$
{
sizeInfo
.
productDescBo
.
phrase
}
<
br
/>
`
;
}
details
.
content
=
`
$
{
_
.
get
(
sizeInfo
,
'productDescBo.phrase'
,
''
)}
<
br
/>
`
;
// 图片换规则
const
replacePairs
=
[
...
...
Please
register
or
login
to post a comment