|
@@ -150,7 +150,7 @@ export class ProfileComponent implements OnInit {
|
|
|
this.numsObject.fans = res.data[0].fans;
|
|
|
this.numsObject.follow = res.data[0].follow;
|
|
|
let res1 = await this.aiChatServ.getGiftLogCount(this.uid);
|
|
|
- this.numsObject.gift = res1.data[0].gift ?? 0;
|
|
|
+ this.numsObject.gift = res1.data[0].sum ?? 0;
|
|
|
this.giftList = await this.aiChatServ.getGiftList(this.uid, 16);
|
|
|
await this.getCommentLeng()
|
|
|
this.browseLog()
|