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

定位错误位置 -- test

上级 8d553644
<#-- BEGIN:获取导航上下文 -->
<#macro getNavigateContext currentItem>
{ <#t>
<#if currentItem.getPSNavigateContexts?? && currentItem.getPSNavigateContexts()??>
<#list currentItem.getPSNavigateContexts() as navContext>
"${navContext.getKey()?lower_case}": <#if navContext.isRawValue()?? && navContext.isRawValue() == true>"${navContext.getValue()}"<#else>"%${navContext.getValue()}%"</#if><#if navContext_has_next>,</#if> <#t>
</#list>
</#if>
} <#t>
</#macro>
<#-- END:获取导航上下文 -->
......@@ -13,11 +9,7 @@
<#-- BEGIN:获取导航参数 -->
<#macro getNavigateParams currentItem>
{ <#t>
<#if currentItem.getPSNavigateParams?? && currentItem.getPSNavigateParams()??>
<#list currentItem.getPSNavigateParams() as navParam >
"${navParam.getKey()?lower_case}": <#if navParam.isRawValue()?? && navParam.isRawValue() == true>"${navParam.getValue()}"<#else>"%${navParam.getValue()}%"</#if><#if navParam_has_next>,</#if> <#t>
</#list>
</#if>
} <#t>
</#macro>
<#-- END:获取导航参数 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册