From 846e51ef297b83be2f79ef11a1a2c56150c55012 Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期五, 18 八月 2023 19:32:40 +0800 Subject: [PATCH] 管理后台:积分商品的详情模块 --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js | 1 + 1 files changed, 1 insertions(+), 0 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 3b77702..9089c39 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 @@ -294,6 +294,7 @@ * @param e */ function delImg(e){ + $(e).parent().remove(); } -- Gitblit v1.7.1