不知道叫什么名字好 发布于100月前 2答/1779阅
>>10:52:22:表达式值为空(NULL):widgets 位于24行 资源:/eova/htmltag/field.tag
21|%} else if(item.type == "文本框"){%>
22| <div><#text id="${item.en}" name="${item.en}" value="${item.value!item.defaulter}" placeholder="${item.placeholder!}" isNoN="${item.is_required!}" validator="${item.validator!}" options="" disable="${item.is_disable!}" /></div>
23|<%} else {// 默认为文本框%>
24| <%for(widget in widgets){%>
25| <%if(widget.value == item.type){%>
26| <div><%include(widget.path, {'field' : item}){}%></div>
========================
调用栈:
/eova/htmltag/field.tag 行:24
/eova/htmltag/form.tag 行:27
/eova/widget/form/add.html 行:4