修改退款审核时间戳

This commit is contained in:
al 2024-12-24 17:28:01 +08:00
parent 7b2f75ef84
commit d780e92057
2 changed files with 2 additions and 2 deletions

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>