feat: 右上角图标随个人中心弹窗展示而变化
This commit is contained in:
@@ -7,7 +7,6 @@ class MyEvent {
|
||||
MyEvent.list = MyEvent.list.filter(item => item.name != name && item.call != call)
|
||||
}
|
||||
emit(name, data) {
|
||||
console.log('Myevent触发--',name)
|
||||
MyEvent.list.forEach(item => {
|
||||
if (item.name == name) item.call(data)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user