@@ -4796,6 +4796,13 @@
return;
}
this.liveItem = Object.assign({}, this.liveItem, res.data);
+ if(this.liveItem != null && this.liveItem.idDel != null && 1 == this.liveItem.idDel){
+ uni.showToast({
+ title: '直播间已删除',
+ icon: 'none'
+ });
+ return;
+ }
// 保存服务器时间对应的本地时间,用于计算服务器时间差值
if (res.serviceTime) {
this.liveItem._localTimeWhenReceived = Date.now();