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);
         //发送请求