-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0ee24af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the params of
handleClose
andclose
are different, which could cause error when clickclose all
btn, pls fix it :^) @lison160ee24af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
当标签只有两个的时候。关闭一个之后。再重新打开任然会有缓存 @lison16
0ee24af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多级菜单设置两个子菜单,我把两个子菜单都关了,再打开,仍然是缓存的数据,关闭所有缓存的parentView下的子菜单时我把cachelist里面的parentView值去掉就没问题,再判断打开tab的时候,如果是缓存的子菜单再把parentView加上就没问题,但是感觉这个做法比较傻(后面四级或者更多级缓存的时候回该怎么办)。。。求大大给个好点的解决方案,谢谢啦@lison16