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

Revert "定位错误位置 -- test"

This reverts commit a49600dc.
上级 a49600dc
<#-- 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:获取导航上下文 -->
......@@ -9,7 +13,11 @@
<#-- 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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册