fix: pc/mobile 产品详情“发送查询”按钮问题
This commit is contained in:
@@ -102,7 +102,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{/notempty}
|
{/notempty}
|
||||||
<div class="platform_buy">
|
<div class="platform_buy">
|
||||||
|
{eq name=":cookie('think_lang')" value="en-us"}
|
||||||
<a class="btn-blue-detail business-button">{:lang_i18n('发送查询')}</a>
|
<a class="btn-blue-detail business-button">{:lang_i18n('发送查询')}</a>
|
||||||
|
{/eq}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 产品描述 -->
|
<!-- 产品描述 -->
|
||||||
|
|||||||
@@ -114,7 +114,9 @@
|
|||||||
{volist name="product_purchase_links" id="ppp" key="k"}
|
{volist name="product_purchase_links" id="ppp" key="k"}
|
||||||
<a class="thebt bttype{$k}" href="{$ppp.link}">{$ppp.platform_name}</a>
|
<a class="thebt bttype{$k}" href="{$ppp.link}">{$ppp.platform_name}</a>
|
||||||
{/volist}
|
{/volist}
|
||||||
|
{eq name=":cookie('think_lang')" value="en-us"}
|
||||||
<a class="thebt bttype3" id="open_form_modal">{:lang_i18n('发送查询')}</a>
|
<a class="thebt bttype3" id="open_form_modal">{:lang_i18n('发送查询')}</a>
|
||||||
|
{/eq}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user