var photos = []; var photoPath = localStorage.getItem("userPath"); var fileType = localStorage.getItem("certificateFileType"); $(function () { if (photoPath != null && photoPath != "") { getHidePhotoList(photoPath); } else { getHidePhotoList(null); } }); // 加载接地图片 function getHidePhotoList(data) { $("#dowebok").empty(); var results = data; if (results != null && results.length > 0) { var html = ""; var s = results.replaceAll("@","/"); var l =bonuspath + '/backstage/user/downFile?headerUrl='+s; var path = l; html += "