如上图 单图标签这个a标签影响下面的h3标签和p标签点后就跳转点不到文本标签里去
怎么处理能互不影响
{if (LABEL_SET===true)} 处于标签不带链接 {else /} 带链接 {/if}
{if (LABEL_SET===true)} <li><div> {qb:hy name="qun_wapshow_wedding_bgimgss1" type="image"}<img src="{$picurl}" style='display:none;'>{/qb:hy} <img src"1111"> <h3> {qb:hy name="qun_wapshow_wedding_bgimgss2" type="text"}幼教部{/qb:hy}</h3> <p> {qb:hy name="qun_wapshow_wedding_bgimgss3" type="text"}xxxxxxx{/qb:hy}</p></div> </li> {else /} <li><a href="www.baidu.com"> {qb:hy name="qun_wapshow_wedding_bgimgss1" type="image"}<img src="{$picurl}" style='display:none;'>{/qb:hy} <img src"1111"> <h3> {qb:hy name="qun_wapshow_wedding_bgimgss2" type="text"}幼教部{/qb:hy}</h3> <p> {qb:hy name="qun_wapshow_wedding_bgimgss3" type="text"}不显示{/qb:hy}</p></a> </li> {/if}
{if (LABEL_SET===true)}
<li>
{qb:hy name="xuebu_site005" type="image"}
<img src="{$picurl}" style="display: none" />{/qb:hy}
<img src="{$xuebu_site005.picurl}" alt="" />
<div>
<h3>{qb:hy name="xuebu_text002" type="text"}艺术体育部{/qb:hy}</h3>
<p>{qb:hy name="xuebu_text003" type="text"}Arts and Sports Department{/qb:hy}</p>
</div>
</li>
{else /}
<li>
{qb:hy name="xuebu_site005" type="image"}
<img src="{$picurl}" style="display: none" />{/qb:hy}
<a href="{$$xuebu_site005.url}">
<img src="{$xuebu_site005.picurl}" alt="" />
<div>
<h3>{qb:hy name="xuebu_text002" type="text"}艺术体育部{/qb:hy}</h3>
<p>{qb:hy name="xuebu_text003" type="text"}Arts and Sports Department{/qb:hy}</p>
</div>
</a>
</li>
{/if}