Authored by 马力

报错兼容性

... ... @@ -282,8 +282,9 @@ var g = new common.grid({
display: '年龄层/性别',
render: function (item) {
var html = '';
html += common.config.__ageLevel(item.ageLevel);
if (item.ageLevel) {
html += common.config.__ageLevel(item.ageLevel);
}
if (html && item.gender) {
html += '/';
}
... ...