Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
毕凯
8 years ago
Commit
2f145293bca5409e0f95a09a21bca9fd0431b112
1 parent
0a6d6de0
尺码推荐
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/js/common/chose-panel-new.js
public/js/common/chose-panel-new.js
View file @
2f14529
...
...
@@ -485,10 +485,11 @@ class ChosePanel {
}
$chosePanel
.
find
(
'.left-num'
).
text
(
numText
);
$chosePanel
.
find
(
'.size-info'
).
text
(
selectSku
.
sizeInfo
).
removeClass
(
'hide'
);
$chosePanel
.
find
(
'.size-rec'
).
text
(
selectSku
.
sizeRec
).
removeClass
(
'hide'
);
$chosePanel
.
find
(
'.size-rec'
).
text
(
selectSku
.
sizeRec
||
''
).
removeClass
(
'hide'
);
}
else
{
$chosePanel
.
find
(
'.left-num'
).
text
(
''
);
$chosePanel
.
find
(
'.size-info'
).
text
(
''
).
addClass
(
'hide'
);
$chosePanel
.
find
(
'.size-rec'
).
text
(
''
).
addClass
(
'hide'
);
}
}
...
...
Please
register
or
login
to post a comment