feat: 处理报错
This commit is contained in:
parent
c3151e80d1
commit
108b96d0bf
@ -53,6 +53,7 @@ const Premium = (props: Props) => {
|
|||||||
onPress={async () => {
|
onPress={async () => {
|
||||||
setPayType(item?.product_code);
|
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 }]}
|
style={[styles.yearly, { borderColor: payType === item?.product_code ? '#FFB645' : '#E1E1E1', opacity: payType === item?.product_code ? 1 : 0.5 }]}
|
||||||
activeOpacity={0.8}
|
activeOpacity={0.8}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user