无关风月
18 小时以前 d2b9ce5ceb7059dfa06e9281661c8c9516686dd0
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]+",")
        }
    }