1.修改播放礼物特效代码

2:修改从房间进入其他页面出现不能回到房间的问题
This commit is contained in:
2025-09-12 09:08:14 +08:00
parent 1157e8a545
commit 748912d3d1
19 changed files with 1056 additions and 367 deletions

View File

@@ -24,4 +24,5 @@ public class GiftBean {
private int count;
private String user_id;
private int num;
private boolean is_paly =false;
}