打开织梦文件/include/taglib/productimagelist.lib.php

找到
$ctp->LoadSource($innerText);
在它下面加入
$GLOBALS['autoindex'] = 1;
继续找到
$revalue .= $ctp->GetResult();
在它下面加入
$GLOBALS['autoindex']++;
修改完成后,上面的织梦模板前端代码就这样写标签嵌套了
{dede:productimagelist}
<img alt="[field:text/]" src="[field:imgsrc/]">
[field:global name=autoindex runphp=yes](@me%2==0) ? @me='<br />':@me='';[/field:global]
{/dede:productimagelist}