1.用户弹窗抱人上麦增加相亲模式主持人位置处理

2.相亲规则webview弹窗
3.相亲模式开关提示弹窗
This commit is contained in:
huangjian
2021-01-25 19:44:19 +08:00
parent f3c8c55965
commit e225881602
27 changed files with 258 additions and 94 deletions

View File

@@ -42,7 +42,7 @@ public class LogUtil extends NimLog {
public static void print(String msg) {
if (BasicConfig.INSTANCE.isDebuggable()) {
Log.e("mouse_debug", msg);
Log.d("mouse_debug", msg);
}
}