继续操作前请注册或者登录。
提交 55b419d9 authored 作者: 龙菲's avatar 龙菲

修复展览展示子菜单未显示的问题

上级 20920ee6
......@@ -248,13 +248,14 @@ export default {
},
handleEnterTabItem(item) {
if (item.name == "展览展示") {
if (item.label == "展览展示") {
this.showSubMenu = true;
console.log("展览展示");
}
},
handleLeaveTabItem(item) {
if (item.name == "展览展示" && this.showSubMenu) {
if (item.label == "展览展示" && this.showSubMenu) {
this.showSubMenu = false;
}
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论