|
@@ -266,7 +266,7 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
|
|
|
</Padding>
|
|
|
<SizeBox height={20} />
|
|
|
|
|
|
- <Padding padding={EdgeInsets.symmetric({ horizontal: 32 })}>
|
|
|
+ {/* <Padding padding={EdgeInsets.symmetric({ horizontal: 32 })}>
|
|
|
<Image
|
|
|
onClick={() => {
|
|
|
// https://huirong.bicredit.xin/
|
|
@@ -277,7 +277,7 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
|
|
|
src={require("@/assets/new-edition/wechat-official.png")}
|
|
|
className="mine-image-wechat-official"
|
|
|
/>
|
|
|
- </Padding>
|
|
|
+ </Padding> */}
|
|
|
{/* <Flex direction="row" className="mine-menu">
|
|
|
<Flex
|
|
|
onClick={() => {
|