Authored by yyq

没活动数据楼层不显示

... ... @@ -229,6 +229,10 @@ exports.handleOutletsActivityData = (origin, name) => {
dest.topic.push(activity);
});
if (!dest.length) {
return false;
}
return dest;
};
... ...