|
@@ -96,6 +96,15 @@ const Home = () => {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+ const carLoanFlowHandler = async () => {
|
|
|
+ const DEFAULT_CHANNEL_CODE = 'hrqbxcx'
|
|
|
+
|
|
|
+ const url = 'https://m1.h5.hrshuke.cn/carv2/' + (channelCode || DEFAULT_CHANNEL_CODE)
|
|
|
+ RouteUtil.toWebViewPage({
|
|
|
+ url
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
const imgBackStyle = useMemo(() => {
|
|
|
return {
|
|
|
...ImageUtil.calculationHeight(332 / 170, (screenWidth - 64 + 16) / 2),
|
|
@@ -272,6 +281,39 @@ const Home = () => {
|
|
|
{item(3, "信息保密", "严格保护申请人信息")}
|
|
|
</Flex>
|
|
|
</Flex> */}
|
|
|
+
|
|
|
+ <Padding padding={EdgeInsets.symmetric({ horizontal: 32 })}>
|
|
|
+ <View className="index-car-loan-entrance">
|
|
|
+ <View className="index-car-loan-entrance-header">
|
|
|
+ <View className="index-car-loan-entrance-title">车抵贷</View>
|
|
|
+ <Image src={require("../../assets/v1.5.0/badge-car.svg")} className="icon-car-badge" />
|
|
|
+ </View>
|
|
|
+ <View className="index-car-loan-entrance-body">
|
|
|
+ <View className="index-car-loan-entrance-body-p1">
|
|
|
+ <Image className="icon-car-product" src={require('../../assets/v1.5.0/icon-car-product.svg')} />
|
|
|
+ <Text className="index-car-loan-entance-body-p1-product-name">车主贷</Text>
|
|
|
+
|
|
|
+ <View className="product-tag-wrapper">
|
|
|
+ <View className="product-tag">不押车</View>
|
|
|
+ <View className="product-tag">大额度</View>
|
|
|
+ <View className="product-tag">流程快</View>
|
|
|
+ </View>
|
|
|
+ </View>
|
|
|
+ <View className="index-car-loan-entrance-body-p2">
|
|
|
+ <View className="loan-information-item">
|
|
|
+ <Text className="money-text">3~100<Text className="unit">万</Text></Text>
|
|
|
+ <Text className="sub">额度范围(元)</Text>
|
|
|
+ </View>
|
|
|
+ <View className="loan-information-item">
|
|
|
+ <Text className="rate-text">7.20%</Text>
|
|
|
+ <Text className="sub">参考年化利率</Text>
|
|
|
+ </View>
|
|
|
+ <Image src={require('../../assets/v1.5.0/car-loan-apply-button.svg')} className="index-car-loan-apply-button" onClick={carLoanFlowHandler} />
|
|
|
+ </View>
|
|
|
+ </View>
|
|
|
+ </View>
|
|
|
+ </Padding>
|
|
|
+
|
|
|
<Padding padding={EdgeInsets.symmetric({ horizontal: 32 })}>
|
|
|
<Image
|
|
|
src={require("../../assets/new-edition/platform.png")}
|