This commit is contained in:
潘晓云
2022-05-13 11:06:05 +08:00
parent a7ebbbd982
commit 131c3cf980

View File

@ -22,5 +22,6 @@ export class SearchDrawerService {
unsubscribe() { unsubscribe() {
this.drawer.forEach(sub => sub.unsubscribe()); this.drawer.forEach(sub => sub.unsubscribe());
this.drawer = [];
} }
} }