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] =?UTF-8?q?fix:=20pc/mobile=20=E8=81=94=E7=B3=BB=E6=88=91?= =?UTF-8?q?=E4=BB=AC=E9=A1=B5=E9=9D=A2=E6=96=87=E5=AD=97=E9=A2=9C=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}