修复单人PK坐席头像展示问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user