浏览代码

增加学生端抢购消息

Pq 1 年之前
父节点
当前提交
0c73207a6f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tclive/src/main/java/com/daya/tclive/ui/TCStudentLiveRoomActivity.java

+ 1 - 0
tclive/src/main/java/com/daya/tclive/ui/TCStudentLiveRoomActivity.java

@@ -732,6 +732,7 @@ public class TCStudentLiveRoomActivity extends BaseMVPActivity<AcTtLiveroomLayou
             params = "music";
         }
         if (roomInfo != null) {
+            presenter.handleAction(LiveRoomMsgConstants.ACTION_SEND_ON_SNAP_UP);
             ARouter.getInstance()
                     .build(RouterPath.WebCenter.ACTIVITY_HTML)
                     .withString(WebConstants.WEB_URL, WebConstants.STUDENT_TEACHER_HOME + roomInfo.speakerId + "&tabs=" + params)