整改design的js
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user