Merge branch 'd_design' into dev

main
minuk926 3 years ago
commit 000a9424c1

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@ -181,12 +181,12 @@ async function judgeImgList(res, scCode, fieldCnt, fieldName, dataGb, methodName
if (r.size > 0) {
arrRtn.push(URL.createObjectURL(r));
} else {
arrRtn.push('/images/file-not-found.png');
arrRtn.push('/images/noFile.png');
}
// else
}); // .then((r) => {
} else {
arrRtn.push('/images/no-image.png');
arrRtn.push('/images/noImage.png');
}
}
return arrRtn;

Loading…
Cancel
Save