feat: 处理报错

This commit is contained in:
jinyaqiu 2025-07-28 17:26:44 +08:00
parent c3151e80d1
commit 108b96d0bf

View File

@ -53,6 +53,7 @@ const Premium = (props: Props) => {
onPress={async () => {
setPayType(item?.product_code);
}}
key={item?.product_code}
style={[styles.yearly, { borderColor: payType === item?.product_code ? '#FFB645' : '#E1E1E1', opacity: payType === item?.product_code ? 1 : 0.5 }]}
activeOpacity={0.8}
>