anln_0000001_superFanPrices #25

Merged
yezian merged 48 commits from anln_0000001_superFanPrices into main 2025-01-21 14:34:00 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d780e92057 - Show all commits

View File

@ -122,7 +122,7 @@ export default function PendingReview({ zid, navigation }) {
}}
>
申请时间
{formatTimestamp(item?.account.ut)}
{formatTimestamp(item?.refund_t)}
</Text>
</View>
</View>

View File

@ -126,7 +126,7 @@ export default function Reviewed({ navigation, zid }) {
}}
>
申请时间
{formatTimestamp(item?.account.ut)}
{formatTimestamp(item?.refund_t)}
</Text>
</View>
</View>