|
@@ -43,6 +43,7 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
|
|
|
}
|
|
|
|
|
|
const loginFlowHandler = () => {
|
|
|
+ UserHelper.UpdateOpenId()
|
|
|
if (isOuterLink(indexInfoResult.data.link)) {
|
|
|
postJumpUrlResult()
|
|
|
} else {
|
|
@@ -131,7 +132,7 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
|
|
|
|
|
|
<View className='mine-apply-panel-warn'>
|
|
|
<Image src={require('@/assets/new-edition/icon-info.png')} className='icon-info' />
|
|
|
- <Text>具体额度以实际审批为准</Text>
|
|
|
+ <Text>具体额度以资金方审批为准</Text>
|
|
|
</View>
|
|
|
|
|
|
|