cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js
@@ -566,12 +566,14 @@ Feng.info("请上传实景图") return; } console.log("图片") console.log(goodImgs) var imgOne =""; for (let i = 0; i <goodImgs.length; i++) { if(i==goodImgs.length-1){ imgOne += (goodImgs[i].response) imgOne += (goodImgs[i]) }else { imgOne+=(goodImgs[i].response+",") imgOne+=(goodImgs[i]+",") } }