联系官方销售客服
1835022288
028-61286886
我的产品图集是使用官方模块改的多文件 见图
但是在生成静态html的时候 提示字段必须是数组 array_slice(): Argument #1 ($array) must be of type array, int given
在内容页面的代码是
<?php $thumb = array_slice($thumb, 0, 4);?>
<?php if ($thumb) { $key=0;foreach ($thumb as $c) { ?>
<div class="swiper-slide"><img src="{dr_thumb($c.file, 400, 400)}"></div>
<?php $key++;} } ?>
请问 怎么修改啊 ?