Authored by zzzzzzz

解决冲突

... ... @@ -55,7 +55,8 @@ const _getBestList = () => {
item.rec_living = true;
break;
}
//格式化时间
// 格式化时间
item.starting_time = _formatTime(item.starting_time, true);
}
return result.data ? result.data : [];
... ...