|
|
@@ -87,6 +87,7 @@ const processReservations = (reservations, allStations, isFuture): TabItem[] =>
|
|
|
// 确保时间字段存在
|
|
|
const bookTime = reservation.book_time ? new Date(reservation.book_time) : new Date();
|
|
|
const actualEndTime = reservation.actual_end_time ? new Date(reservation.actual_end_time) : new Date();
|
|
|
+ // console.log('stationInfosssss', stationInfo.image);
|
|
|
const img = stationInfo.image
|
|
|
? { uri: stationInfo.image }
|
|
|
: require('../../assets/dummyStationPicture.png');
|