修复单人PK坐席头像展示问题

This commit is contained in:
18401019693
2022-12-14 11:02:46 +08:00
parent 1293368d59
commit 3d60814538
7 changed files with 133 additions and 88 deletions

View File

@@ -10,20 +10,7 @@ public class CoinChangeEvent {
private String coin;
private String goldCoinNum;
private boolean chargeSuccess;
//重置头像
private boolean resetProfilePicture = false;
public boolean isResetProfilePicture() {
return resetProfilePicture;
}
public CoinChangeEvent() {
}
public CoinChangeEvent setResetProfilePicture(boolean resetProfilePicture) {
this.resetProfilePicture = resetProfilePicture;
return this;
}
public CoinChangeEvent(String coin) {
this.coin = coin;