Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
马力
2017-05-31 10:20:49 +0800
Commit
d4d0a277f1f98db4261c3c836dbdb88b34964d74
1 parent
6665e98d
报错兼容性
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
code/static/js.jquery/module/goods/netsale/Index.js
code/static/js.jquery/module/goods/netsale/Index.js
View file @
d4d0a27
...
...
@@ -282,8 +282,9 @@ var g = new common.grid({
display
:
'年龄层/性别'
,
render
:
function
(
item
)
{
var
html
=
''
;
if
(
item
.
ageLevel
)
{
html
+=
common
.
config
.
__ageLevel
(
item
.
ageLevel
);
}
if
(
html
&&
item
.
gender
)
{
html
+=
'/'
;
}
...
...
Please
register
or
login
to post a comment