From 4f47865c3b8132f097cc32fe9bd8e0fa12469786 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期四, 09 十一月 2023 10:08:48 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js index b5b04d4..b1a3aab 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js @@ -576,7 +576,7 @@ //提交信息 var ajax = new $ax(Feng.ctxPath + "/tGoods/add", function(data){ if(data=="5001"){ - Feng.error("改账号已经存在"); + Feng.error("该账号已经存在"); }else if(data=="5003"){ console.log("请选择相同运营商门店") Feng.info("请选择相同运营商门店"); @@ -654,13 +654,9 @@ }else { // 如果只有一个城市,则将cts设置为字符串 if (cityIds.length === 1) { - console.log("是1吗?") cts = cityIds[0]; - console.log(cts) } else { - console.log("走下面了") cts = cityIds.join(','); - console.log(cts) } } } -- Gitblit v1.7.1