From 4e99154ba46f1df079cb129c5fe4bb1610b6e35c Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 1 Jul 2025 13:53:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20pc/mobile=20=E8=81=94=E7=B3=BB?= =?UTF-8?q?=E6=88=91=E4=BB=AC=E9=A1=B5=E9=9D=A2=E6=96=87=E5=AD=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/contact_us/index.html | 8 ++++---- app/index/view/pc/contact_us/index.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/index/view/mobile/contact_us/index.html b/app/index/view/mobile/contact_us/index.html index 45550253..5d9f3ff9 100644 --- a/app/index/view/mobile/contact_us/index.html +++ b/app/index/view/mobile/contact_us/index.html @@ -23,9 +23,9 @@ {volist name="ch" id="item"}
- {$item.title} + $item['title_txt_color']])}>{$item.title} {notempty name="item.desc"} - {$item.desc|raw} + $item['desc_txt_color']])}>{$item.desc|raw} {/notempty} {notempty name="item.extra_image"} diff --git a/app/index/view/pc/contact_us/index.html b/app/index/view/pc/contact_us/index.html index 75b14e1c..0ff7747c 100644 --- a/app/index/view/pc/contact_us/index.html +++ b/app/index/view/pc/contact_us/index.html @@ -23,9 +23,9 @@ {volist name="items" id="item"} - {$item.title} + $item['title_txt_color']])}>{$item.title} {notempty name="item.desc"} - {$item.desc|raw} + $item['desc_txt_color']])}>{$item.desc|raw} {/notempty} {notempty name="item.extra_image"}
@@ -39,8 +39,8 @@
- {$item.title} - {$item.desc|raw} + $item['title_txt_color']])}>{$item.title} + $item['desc_txt_color']])}>{$item.desc|raw}
{/volist} From b31ce311b5379500d4b3aa2f3d437081dcc1bb42 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 1 Jul 2025 14:08:21 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20mobile=20=E4=BA=A7=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E7=9B=B8=E5=85=B3=E4=BA=A7=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/product/detail.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/index/view/mobile/product/detail.html b/app/index/view/mobile/product/detail.html index e74277f2..323f8c66 100644 --- a/app/index/view/mobile/product/detail.html +++ b/app/index/view/mobile/product/detail.html @@ -110,7 +110,7 @@
  • {:lang_i18n('产品描述')}
  • {notempty name="product_related"} -
  • {:lang_i18n('关联产品')}
  • +
  • {:lang_i18n('关联产品')}
  • {/notempty}
@@ -119,7 +119,7 @@
{$product.detail|raw}
{notempty name="product_related"} -