|
@@ -51,7 +51,7 @@ const Home = () => {
|
|
|
|
|
|
const channelResult: any = useRequest(() => {
|
|
|
return UserApi.homeFetchChannel({
|
|
|
- data: { channelCode: "hrqbxcx", refer: "" },
|
|
|
+ data: { channelCode: "hrhj001", refer: "" },
|
|
|
})
|
|
|
.toData()
|
|
|
.then((res) => {
|
|
@@ -97,7 +97,7 @@ const Home = () => {
|
|
|
};
|
|
|
|
|
|
const carLoanFlowHandler = async () => {
|
|
|
- const DEFAULT_CHANNEL_CODE = 'hrqbxcx'
|
|
|
+ const DEFAULT_CHANNEL_CODE = 'hrhj001'
|
|
|
|
|
|
const url = 'https://m1.h5.hrshuke.cn/carv2/' + (channelCode || DEFAULT_CHANNEL_CODE)
|
|
|
RouteUtil.toWebViewPage({
|
|
@@ -198,7 +198,7 @@ const Home = () => {
|
|
|
// rowGap={24}
|
|
|
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>
|
|
|
<View className="index-back-tip">具体额度以资金方审批为准</View>
|
|
|
<Flex
|