Browse Source

增加学生端抢购消息

Pq 1 year ago
parent
commit
0c73207a6f

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

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