From 1a7b27209fb485aa0adfd7e719c8f391ae74c801 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Wed, 24 Dec 2025 09:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GdMap/mapUtil.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/GdMap/mapUtil.js b/src/components/GdMap/mapUtil.js index 146241b..ca6dd5c 100644 --- a/src/components/GdMap/mapUtil.js +++ b/src/components/GdMap/mapUtil.js @@ -190,9 +190,9 @@ export function MapUtil(map) { function zdyContentHtml(flag,item){ const list = [ { jb: "一级",sl:'5',ypl:'100%' }, - { jb: "一级",sl:'5',ypl:'100%' }, - { jb: "一级",sl:'5',ypl:'100%' }, - { jb: "一级",sl:'5',ypl:'100%' } + { jb: "二级",sl:'5',ypl:'100%' }, + { jb: "三级",sl:'3',ypl:'60%' }, + { jb: "四级",sl:'0',ypl:'20%' } ]; let html = '' switch (flag) {