Browse Source

bug fix: no files dir not show expand button

master
filesite 4 months ago
parent
commit
2ece5e62bb
  1. 4
      themes/beauty/views/site/index.php

4
themes/beauty/views/site/index.php

@ -217,6 +217,8 @@ eof;
$index++; $index++;
} }
}
//分割目录和文件 //分割目录和文件
echo '</div>'; echo '</div>';
@ -231,7 +233,7 @@ eof;
eof; eof;
echo '<div class="im_mainl row">'; echo '<div class="im_mainl row">';
}
//显示图片、视频 //显示图片、视频
if (!empty($category['files'])) { //一级目录支持 if (!empty($category['files'])) { //一级目录支持

Loading…
Cancel
Save