This commit is contained in:
2025-06-26 13:44:43 +08:00
3 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ declare (strict_types = 1);
namespace app\index\controller;
use app\admin\controller\v1\ArticleCategory;
use app\index\model\ArticleCategoryModel;
use app\index\model\ArticleLeaveMessageModel;
use app\index\model\ArticleModel;

View File

@@ -102,7 +102,9 @@
</div>
{/notempty}
<div class="platform_buy">
{eq name=":cookie('think_lang')" value="en-us"}
<a class="btn-blue-detail business-button">{:lang_i18n('发送查询')}</a>
{/eq}
</div>
</div>
<!-- 产品描述 -->

View File

@@ -114,7 +114,9 @@
{volist name="product_purchase_links" id="ppp" key="k"}
<a class="thebt bttype{$k}" href="{$ppp.link}">{$ppp.platform_name}</a>
{/volist}
{eq name=":cookie('think_lang')" value="en-us"}
<a class="thebt bttype3" id="open_form_modal">{:lang_i18n('发送查询')}</a>
{/eq}
</div>
</div>
</div>