{if $CATEGORYS[$catid]['child']==1}
{php $firstarr = explode(',',$CATEGORYS[$catid]['arrchildid']);}
<script>location.href="{$CATEGORYS[$firstarr[1]][url]}"</script>
{/if}
在{template "content","header"}上面添加上方代码即可
{if $CATEGORYS[$catid]['child']==1}
{php $firstarr = explode(',',$CATEGORYS[$catid]['arrchildid']);}
<script>location.href="{$CATEGORYS[$firstarr[1]][url]}"</script>
{/if}
在{template "content","header"}上面添加上方代码即可