|
@@ -38,7 +38,11 @@ const Profile = () => {
|
|
|
|
|
|
return (
|
|
return (
|
|
<div className="profile-box">
|
|
<div className="profile-box">
|
|
- <ProfileHeader userInfo={userInfo.data} userMoney={userMoney.data} userVip={userVip} />
|
|
|
|
|
|
+ <ProfileHeader
|
|
|
|
+ userInfo={userInfo?.data}
|
|
|
|
+ userMoney={userMoney?.data}
|
|
|
|
+ userVip={userVip}
|
|
|
|
+ />
|
|
<ItemCom />
|
|
<ItemCom />
|
|
<ModalCom />
|
|
<ModalCom />
|
|
</div>
|
|
</div>
|