• 首页
  • {if ($categoryInfo["level"] == 0)}
  • {$categoryInfo.title}
  • {$itemInfo.title}
  • {/if} {if ($categoryInfo["level"] == 1)}
  • {$categoryInfo.parent.title}
  • {$categoryInfo.title}
  • {$itemInfo.title}
  • {/if} {if ($categoryInfo["level"] == 2)}
  • {$categoryInfo.parent.parent.title}
  • {$categoryInfo.parent.title}
  • {$categoryInfo.title}
  • {$itemInfo.title}
  • {/if}