魔墙:修复清屏未及时通知

This commit is contained in:
miao 2023-03-08 11:40:05 +08:00
parent 191beed68d
commit f0c6ad03d9
1 changed files with 8 additions and 0 deletions

View File

@ -1493,6 +1493,13 @@ export default defineComponent({
});
});
}
if(a.length==0){
console.log(123)
test_monitor_list.value.forEach((ele) => {
ele.isHide = false;
})
test_monitor_wall.value=[]
}
};
const sub_x = () => {
const wall_dom = wall.value;
@ -1713,6 +1720,7 @@ export default defineComponent({
sort_index.value = [];
old_sort_index = [];
last_wall.value = [];
last_percenter.value=1
let client = GlobalData.getInstance().getCurrentClient();
if (client) {
const settings = await GlobalData.getInstance()