await 10 сар өмнө
parent
commit
e5242d4ea5

BIN
src/assets/logo.png


BIN
src/assets/new-edition/index-logo.png


BIN
src/assets/new-edition/platform.png


+ 8 - 0
src/pages/home/index.scss

@@ -80,10 +80,18 @@
     font-weight: 500;
     font-weight: 500;
   }
   }
 
 
+  .index-back-tip {
+    color: #818aa4;
+    font-size: 24px;
+    font-weight: 400;
+    margin: 4px 0 12px;
+  }
+
   .index-back-info {
   .index-back-info {
     display: flex;
     display: flex;
     color: #818aa4;
     color: #818aa4;
     font-size: 24px;
     font-size: 24px;
+    margin: 12px 0;
     .split-char {
     .split-char {
       width: 3px;
       width: 3px;
       height: 30px;
       height: 30px;

+ 5 - 6
src/pages/home/index.tsx

@@ -30,7 +30,7 @@ const Home = () => {
   
   
   const channelResult = useRequest(() => {
   const channelResult = useRequest(() => {
     return UserApi.homeFetchChannel({
     return UserApi.homeFetchChannel({
-      data: { channelCode: 'txxcx07', refer: '' },
+      data: { channelCode: 'txxcx01', refer: '' },
     }).toData().then(res => {
     }).toData().then(res => {
       setBottomRemark(res.bottom_remark)
       setBottomRemark(res.bottom_remark)
     })
     })
@@ -146,11 +146,12 @@ const Home = () => {
             <Flex
             <Flex
               alignItem='center'
               alignItem='center'
               justifyContent='center'
               justifyContent='center'
-              rowGap={24}
+              // rowGap={24}
               className='index-back-content'
               className='index-back-content'
             >
             >
               <Label className='index-back-se'>最高可申请(元)</Label>
               <Label className='index-back-se'>最高可申请(元)</Label>
               <Label className='index-back-amount'>200,000.00</Label>
               <Label className='index-back-amount'>200,000.00</Label>
+              <View className='index-back-tip'>具体额度以实际审批为准</View>
               <Flex
               <Flex
                 alignItem='center'
                 alignItem='center'
                 justifyContent='center'
                 justifyContent='center'
@@ -158,15 +159,13 @@ const Home = () => {
                 className='index-back-info'
                 className='index-back-info'
                 columnGap={12}
                 columnGap={12}
               >
               >
-                <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 className='index-back-btn-container'>
               <View className='index-back-btn-container'>
                 <View className='index-back-btn-tip'>
                 <View className='index-back-btn-tip'>
-                  现在申请,最快1分钟激活额度
+                  现在申请,额度激活快
                 </View>
                 </View>
                 <ApplyButton isLogin={isUserLogin}></ApplyButton>
                 <ApplyButton isLogin={isUserLogin}></ApplyButton>
                 {/* <Button
                 {/* <Button