From 8d301b885c7c433300b5bbeb47a0864eb738fad4 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 23 十二月 2022 17:51:11 +0800 Subject: [PATCH] q --- src/views/Synthesis/index.vue | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/views/Synthesis/index.vue b/src/views/Synthesis/index.vue index 7b76008..709b008 100644 --- a/src/views/Synthesis/index.vue +++ b/src/views/Synthesis/index.vue @@ -99,6 +99,11 @@ name: '鏍囩粯', class: 'menu_img9', show: false, + }, { + id: 10, + name: '鍦烘櫙', + class: 'menu_img9', + show: false, }, ], }; @@ -136,6 +141,7 @@ } } for (var i in this.menuOption) { + if (this.menuOption[i].show != false) { this.showMenuList.push(this.menuOption[i]); } @@ -159,6 +165,7 @@ var std = []; std.push(this.menuOption[0]); for (var i = 1; i < this.menuOption.length; i++) { + if (this.menuOption[i].name == res.cnName) { this.menuOption[i].show = true; } -- Gitblit v1.9.3