From 1ce1b525e7470ebaaeb0d5cd1e59bd905c1a7114 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期二, 05 三月 2024 18:07:32 +0800 Subject: [PATCH] 代码更新 --- src/views/Synthesis/index.vue | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 56 insertions(+), 1 deletions(-) diff --git a/src/views/Synthesis/index.vue b/src/views/Synthesis/index.vue index 8bc0d0d..297598f 100644 --- a/src/views/Synthesis/index.vue +++ b/src/views/Synthesis/index.vue @@ -122,7 +122,37 @@ name: "鍦烘櫙", class: "menu_img10", show: false, - }, + }, { + id: 11, + name: "閰嶇綉宸℃", + class: "menu_img11", + show: false, + },{ + id: 12, + name: "閰嶇綉杩愭", + class: "menu_img12", + show: false, + },{ + id: 13, + name: "涓诲姩杩愮淮", + class: "menu_img13", + show: false, + },{ + id: 14, + name: "鐏惧绠$悊", + class: "menu_img14", + show: false, + },{ + id: 15, + name: "绾挎崯绠$悊", + class: "menu_img15", + show: false, + },{ + id: 16, + name: "鎶慨绠℃帶", + class: "menu_img16", + show: false, + } ], menuItem: { id: 1, @@ -192,6 +222,7 @@ this.showMenuList.push(this.menuOption[i]) } } + debugger //鍒濆鍖栦簩绾ц彍鍗� if (this.showMenuList.length > 1) { var index = this.showMenuList[1].id @@ -304,6 +335,30 @@ background: url("../../assets/img/synthesis/鍦烘櫙鎵撳紑1.png") no-repeat center; } + .menu_img11 { + background: url("../../assets/img/synthesis/閰嶇綉宸℃.png") no-repeat + center; + } + .menu_img12 { + background: url("../../assets/img/synthesis/閰嶇綉杩愭.png") no-repeat + center; + } + .menu_img13 { + background: url("../../assets/img/synthesis/涓诲姩杩愮淮.png") no-repeat + center; + } + .menu_img14{ + background: url("../../assets/img/synthesis/鍦烘櫙鎵撳紑1.png") no-repeat + center; + } + .menu_img15 { + background: url("../../assets/img/synthesis/鍦烘櫙鎵撳紑1.png") no-repeat + center; + } + .menu_img16 { + background: url("../../assets/img/synthesis/鍦烘櫙鎵撳紑1.png") no-repeat + center; + } } // li { // background: rgba(53, 53, 53, 0); -- Gitblit v1.9.3