From 0bc560591385dc1a4b9be8bd4779bf6b539888b1 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 20 十月 2023 17:25:31 +0800 Subject: [PATCH] 10.20.4 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_add.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_add.html index bb09f64..8135144 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tSite/TSite_add.html @@ -378,10 +378,10 @@ if (selectedValue === "智慧场地") { console.log("=============智慧场地=") - priceLabel.innerText = "元/15min"; - priceLabel1.innerText = "元/15min"; - priceLabel3.innerText = "元/15min"; - priceLabel4.innerText = "元/15min"; + priceLabel.innerText = "元/15分钟"; + priceLabel1.innerText = "元/15分钟"; + priceLabel3.innerText = "元/15分钟"; + priceLabel4.innerText = "元/15分钟"; } else { priceLabel.innerText = "元/半小时"; priceLabel1.innerText = "元/半小时"; -- Gitblit v1.7.1