From 5c62b439837e5283559810325dfe3c4eef7cc0f4 Mon Sep 17 00:00:00 2001 From: mali <1153721511@qq.com> Date: Fri, 21 Jun 2019 10:57:56 +0800 Subject: [PATCH] 二手库存优化 --- web/src/main/webapp/html/secondhand/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/webapp/html/secondhand/list.html b/web/src/main/webapp/html/secondhand/list.html index 5713542..d7db7fc 100644 --- a/web/src/main/webapp/html/secondhand/list.html +++ b/web/src/main/webapp/html/secondhand/list.html @@ -460,7 +460,7 @@ function openModal(type, indexNo, imageUrl, imageInfo, skup){ $("#w").window("open"); } else { $("#showImg").attr("src",imageUrl); - $("#imageInfo").text(''); //imageInfo取不到值,先置空 + $("#imageInfo").text(imageInfo); //imageInfo取不到值,先置空 var form = new FormData(); form.append("skup", skup); //发送请求 -- libgit2 0.24.0