Authored by 马力

报错兼容性

... ... @@ -265,8 +265,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 += '/';
}
... ...