修复退款审核问题

This commit is contained in:
al 2025-01-09 16:39:32 +08:00
parent 447c94a70f
commit 32162ac3d3
1 changed files with 0 additions and 3 deletions

View File

@ -229,8 +229,6 @@ export default function RefundDetail({ navigation, route }) {
(data && [2, 3, 4].includes(data?.refunds_status)) ||
selectedIndex == 2
}
// data && data?.refunds_status === 4 ? 2 : selectedIndex
onPress={() => setIndex(2)}
checkedIcon="dot-circle-o"
uncheckedIcon="circle-o"
@ -261,7 +259,6 @@ export default function RefundDetail({ navigation, route }) {
}}
>
同意退回用户的[空间成员]费用同时自动禁止用户再次购买此商品
{data && data?.refunds_status}
</Text>
</View>
}