Browse Source

feat(我的页面): 新增登录流程;更改部分文本

await 7 months ago
parent
commit
6e2e486418
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/user/mine/index.tsx

+ 2 - 1
src/pages/user/mine/index.tsx

@@ -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>