|
@@ -91,7 +91,7 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
|
|
|
</Padding>
|
|
|
<View className="mine-box">
|
|
|
<Text className='mine-login'>{userName}</Text>
|
|
|
- <Text className='mine-text'>欢迎来到诚易融~</Text>
|
|
|
+ <Text className='mine-text'>欢迎来到诚小融~</Text>
|
|
|
</View>
|
|
|
</View> :
|
|
|
<View
|
|
@@ -106,7 +106,7 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
|
|
|
</Padding>
|
|
|
<View className="mine-box">
|
|
|
<Text className='mine-login'>登录/注册</Text>
|
|
|
- <Text className='mine-text'>欢迎来到诚易融~</Text>
|
|
|
+ <Text className='mine-text'>欢迎来到诚小融~</Text>
|
|
|
</View>
|
|
|
</View>
|
|
|
}
|