Broadcast Bookings
<% include topBar.html %>
<%if(data.list.length){%>
<% for(var value of data.list){%>
- From
- To
- Broadcast time
- Time confirmed
- Attached gifts
- Remaining Time
<%if(value.type == 1){%>
<% }%>
<%}else{%>
-
- <%=userInfo.nick_name%>
- <%=userInfo.age%> years old
- <%=userInfo.country%>
-
<%if(value.gift_num > 0){%>
-
No schedules.
<%}%>