|
@@ -97,13 +97,24 @@ const Home = () => {
|
|
|
};
|
|
|
|
|
|
const carLoanFlowHandler = async () => {
|
|
|
- const DEFAULT_CHANNEL_CODE = 'hrqbxcx'
|
|
|
+ const DEFAULT_CHANNEL_CODE = "hrqbxcx";
|
|
|
|
|
|
- const url = 'https://m1.h5.hrshuke.cn/carv2/' + (channelCode || DEFAULT_CHANNEL_CODE)
|
|
|
+ const url =
|
|
|
+ "https://m1.h5.hrshuke.cn/carv2/" + (channelCode || DEFAULT_CHANNEL_CODE);
|
|
|
RouteUtil.toWebViewPage({
|
|
|
- url
|
|
|
- })
|
|
|
- }
|
|
|
+ url,
|
|
|
+ });
|
|
|
+ };
|
|
|
+
|
|
|
+ const houseLoanFlowHandler = async () => {
|
|
|
+ const DEFAULT_CHANNEL_CODE = "hrqbxcx";
|
|
|
+
|
|
|
+ const url =
|
|
|
+ "https://m1.h5.hrshuke.cn/house/" + (channelCode || DEFAULT_CHANNEL_CODE);
|
|
|
+ RouteUtil.toWebViewPage({
|
|
|
+ url,
|
|
|
+ });
|
|
|
+ };
|
|
|
|
|
|
const imgBackStyle = useMemo(() => {
|
|
|
return {
|
|
@@ -286,12 +297,20 @@ const Home = () => {
|
|
|
<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" />
|
|
|
+ <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>
|
|
|
+ <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>
|
|
@@ -301,14 +320,65 @@ const Home = () => {
|
|
|
</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="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 })}>
|
|
|
+ <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/icon-house-product.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/badge-house.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>
|
|
|
+ </View>
|
|
|
+ <View className="index-car-loan-entrance-body-p2">
|
|
|
+ <View className="loan-information-item">
|
|
|
+ <Text className="money-text">
|
|
|
+ 5~1000<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} />
|
|
|
+ <Image
|
|
|
+ src={require("../../assets/v1.5.0/car-loan-apply-button.svg")}
|
|
|
+ className="index-car-loan-apply-button"
|
|
|
+ onClick={houseLoanFlowHandler}
|
|
|
+ />
|
|
|
</View>
|
|
|
</View>
|
|
|
</View>
|