整改design的js

This commit is contained in:
24kycj
2025-12-09 09:43:47 +08:00
parent da96181efa
commit ecbd0417a5
19 changed files with 28614 additions and 24306 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ layui.use(['layer', 'form', 'jquery'], function () {
const soonData = await window.sysAPI.readJsonFile(item.path);
if (soonData) {
src = soonData.fp;
src = soonData.frontDisplayPic;
let fileType = soonData.soonType ? soonData.soonType : (soonData.backBlackPic ? 2 : 1);
if (item.type != fileType) {
item.type = fileType;