shaogen1995 hai 1 día
pai
achega
179aa158c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/MyTable/form.tsx

+ 1 - 1
src/components/MyTable/form.tsx

@@ -189,7 +189,7 @@ const MyTable = forwardRef<MyTableMethods, MyTableProps>(
                   height={60}
                   srcBig={item.thumbPc || item.filePath}
                   src={item[v[2]] || item.thumb}
-                  offline={(item[v[2]] || item.thumb).includes('http')}
+                  offline={(item[v[2]] || item.thumb || '').includes('http')}
                 />
               </div>
             ),