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
htoooth
9 years ago
Commit
a4e6a4e137425e048c7915934ca425f385732914
1 parent
928f4198
修复一个小bug
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 @
a4e6a4e
...
...
@@ -1064,7 +1064,7 @@ const _getProductModelCard = () => {
const
getReferenceDataBySizeInfo
=
(
sizeInfo
)
=>
{
let
reference
=
{};
if
(
sizeInfo
.
modelBos
)
{
if
(
!
_
.
isEmpty
(
sizeInfo
.
modelBos
)
)
{
// 模特试穿, 竖着输出排列显示
// 模特信息
reference
.
tbody
=
[];
...
...
Please
register
or
login
to post a comment