|
@@ -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>
|
|
|
}
|
|
@@ -237,12 +237,13 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
|
|
|
</View>
|
|
|
</Padding>
|
|
|
<SizeBox height={20} />
|
|
|
+
|
|
|
<Padding padding={EdgeInsets.symmetric({ horizontal: 32 })}>
|
|
|
<Image
|
|
|
onClick={() => {
|
|
|
// https://huirong.bicredit.xin/
|
|
|
RouteUtil.toWebViewPage({
|
|
|
- url: "https://mp.weixin.qq.com/s/eNf8Lxpj0LiTYpuzEzdN7Q",
|
|
|
+ url: "https://mp.weixin.qq.com/s/4umQqPbPGfCgXqCizeXqKA",
|
|
|
});
|
|
|
}}
|
|
|
src={require("@/assets/new-edition/wechat-official.png")}
|