提交 e4c0cc6d 编写于 作者: KK's avatar KK

多语言公共logic

上级 a2cdfe28
<#if obj.getCapPSLanguageRes?? && obj.getCapPSLanguageRes()?? && obj.getCapPSLanguageRes().getContent(langrestype, false)?? && obj.getCapPSLanguageRes().getContent(langrestype, false) != ''>commonLogic.appcommonhandle("${obj.getCapPSLanguageRes().getContent(langrestype, false)}",null)<#elseif obj.getCaption?? && obj.getCaption()??>commonLogic.appcommonhandle("${obj.getCaption()}",null)<#elseif obj.getName?? && obj.getName()??>commonLogic.appcommonhandle("${obj.getName()}",null)</#if>
\ No newline at end of file
<#if obj.getCapPSLanguageRes?? && obj.getCapPSLanguageRes()?? && obj.getCapPSLanguageRes().getContent(langrestype, false)?? && obj.getCapPSLanguageRes().getContent(langrestype, false) != ''>commonLogic.appcommonhandle("${obj.getCapPSLanguageRes().getContent(langrestype, false)}",null)<#elseif obj.getCaption?? && obj.getCaption()??>commonLogic.appcommonhandle("${obj.getCaption()}",null)<#elseif obj.getTitle?? && obj.getTitle()??>commonLogic.appcommonhandle("${obj.getTitle()}",null)<#elseif obj.getName?? && obj.getName()??>commonLogic.appcommonhandle("${obj.getName()}",null)</#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册