嗨,我正在处理 CTLModuleMaker,我有这个
{cms_module module="image_mod_test" what="image" where_project="{$item->id}" orderby="priority,id" template="inner_galleries"}
注意where_project的{$item->id},那东西不起作用我基本上希望当前迭代对象的 id 出现在{$item->id}的位置。我认为它不想在 smarty 标签中接受 smarty 标签,
任何想法我应该做什么,,