Browse Source

ui(首页): 更新首页细节

await 7 months ago
parent
commit
0658e2f016
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/pages/home/index.tsx

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

@@ -144,7 +144,7 @@ const Home = () => {
           }
       }} fill
             className='index-back-btn'
-          >立即申请额度</Button>)
+          >立即申请</Button>)
         }
       </>
     )
@@ -153,10 +153,11 @@ const Home = () => {
     <Layout safe className='index' bottomBarIndex={0}>
       <ScrollView className='index-container'>
         <SizeBox height={statusBarHeight} />
-        <Image
+        <SizeBox height={60} />
+        {/* <Image
           className='index-logo'
           src={require("../../assets/new-edition/index-logo.png")}
-        />
+        /> */}
         <Padding padding={EdgeInsets.symmetric({ horizontal: 32 })}>
           <View
             style={{
@@ -176,7 +177,7 @@ const Home = () => {
             >
               <Label className='index-back-se'>最高可申请(元)</Label>
               <Label className='index-back-amount'>200,000.00</Label>
-              <View className='index-back-tip'>具体额度以实际审批为准</View>
+              <View className='index-back-tip'>具体额度以资金方审批为准</View>
               <Flex
                 alignItem='center'
                 justifyContent='center'