提交 cb5003dc 编写于 作者: Mosher's avatar Mosher

update:更新

上级 826a7d62
...@@ -566,11 +566,11 @@ ...@@ -566,11 +566,11 @@
<#if ctrlLogic.getLogicType() == "APPVIEWENGINE" && ctrlLogic.getPSAppViewEngine()??> <#if ctrlLogic.getLogicType() == "APPVIEWENGINE" && ctrlLogic.getPSAppViewEngine()??>
this.${ctrlLogic.getPSAppViewEngine().getName()}.onCtrlEvent('${ctrl.name}', '${eventName?lower_case}', $event); this.${ctrlLogic.getPSAppViewEngine().getName()}.onCtrlEvent('${ctrl.name}', '${eventName?lower_case}', $event);
<#else> <#else>
<#assign isCtrlEvent = true> <#assign isCtrlEvent = false>
<#if view.getPSAppViewLogics?? && view.getPSAppViewLogics()??> <#if view.getPSAppViewLogics?? && view.getPSAppViewLogics()??>
<#list view.getPSAppViewLogics() as viewLogic> <#list view.getPSAppViewLogics() as viewLogic>
<#if viewLogic.getLogicTrigger() == "CTRLEVENT" && viewLogic.name == ctrlLogic.name> <#if viewLogic.getLogicTrigger() == "CTRLEVENT" && viewLogic.name == ctrlLogic.name>
<#assign isCtrlEvent = false> <#assign isCtrlEvent = true>
</#if> </#if>
</#list> </#list>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册