|
@@ -110,13 +110,18 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
|
|
columnGap={12}
|
|
columnGap={12}
|
|
className='mine-apply-panel-tip'
|
|
className='mine-apply-panel-tip'
|
|
>
|
|
>
|
|
- <Text>年利率7.2%起</Text>
|
|
|
|
|
|
+ <Text>年化利率7.2-24%(单利)</Text>
|
|
<View className='split-char'></View>
|
|
<View className='split-char'></View>
|
|
<Text>期限3-36个月</Text>
|
|
<Text>期限3-36个月</Text>
|
|
- <View className='split-char'></View>
|
|
|
|
- <Text>持牌放款</Text>
|
|
|
|
</Flex>
|
|
</Flex>
|
|
</View>
|
|
</View>
|
|
|
|
+
|
|
|
|
+ <View className='mine-apply-panel-warn'>
|
|
|
|
+ <Image src={require('@/assets/new-edition/icon-info.png')} className='icon-info' />
|
|
|
|
+ <Text>具体额度以实际审批为准</Text>
|
|
|
|
+ </View>
|
|
|
|
+
|
|
|
|
+
|
|
{/* <View
|
|
{/* <View
|
|
style={{
|
|
style={{
|
|
...ImageUtil.calculationHeight(750 / 328, screenSize.width),
|
|
...ImageUtil.calculationHeight(750 / 328, screenSize.width),
|