|
@@ -96,11 +96,11 @@ export default defineComponent({
|
|
|
if (!isExist) {
|
|
|
RuntimeModelUtils.addLook(tempObj.id, tempObj);
|
|
|
console.log('添加观看人员', tempObj)
|
|
|
- runtime.lookCount += 1;
|
|
|
+ // runtime.lookCount += 1;
|
|
|
}
|
|
|
|
|
|
// 同步移动端观看人数
|
|
|
- await RuntimeUtils.sendMessage({ count: runtime.lookCount }, 'MemberCount')
|
|
|
+ // await RuntimeUtils.sendMessage({ count: runtime.lookCount }, 'MemberCount')
|
|
|
|
|
|
this.loadingLook = false
|
|
|
}
|