|
@@ -30,7 +30,7 @@ const Home = () => {
|
|
|
|
|
|
const channelResult = useRequest(() => {
|
|
|
return UserApi.homeFetchChannel({
|
|
|
- data: { channelCode: 'txxcx07', refer: '' },
|
|
|
+ data: { channelCode: 'txxcx01', refer: '' },
|
|
|
}).toData().then(res => {
|
|
|
setBottomRemark(res.bottom_remark)
|
|
|
})
|
|
@@ -146,11 +146,12 @@ const Home = () => {
|
|
|
<Flex
|
|
|
alignItem='center'
|
|
|
justifyContent='center'
|
|
|
- rowGap={24}
|
|
|
+ // rowGap={24}
|
|
|
className='index-back-content'
|
|
|
>
|
|
|
<Label className='index-back-se'>最高可申请(元)</Label>
|
|
|
<Label className='index-back-amount'>200,000.00</Label>
|
|
|
+ <View className='index-back-tip'>具体额度以实际审批为准</View>
|
|
|
<Flex
|
|
|
alignItem='center'
|
|
|
justifyContent='center'
|
|
@@ -158,15 +159,13 @@ const Home = () => {
|
|
|
className='index-back-info'
|
|
|
columnGap={12}
|
|
|
>
|
|
|
- <Text>年利率7.2%起</Text>
|
|
|
+ <Text>年化利率7.2%-24%(单利)</Text>
|
|
|
<View className='split-char'></View>
|
|
|
<Text>期限3-36个月</Text>
|
|
|
- <View className='split-char'></View>
|
|
|
- <Text>持牌放款</Text>
|
|
|
</Flex>
|
|
|
<View className='index-back-btn-container'>
|
|
|
<View className='index-back-btn-tip'>
|
|
|
- 现在申请,最快1分钟激活额度
|
|
|
+ 现在申请,额度激活快
|
|
|
</View>
|
|
|
<ApplyButton isLogin={isUserLogin}></ApplyButton>
|
|
|
{/* <Button
|