From 400a4b927047010a022e86a15240b135eb74b790 Mon Sep 17 00:00:00 2001 From: zwesy Date: Mon, 7 Dec 2020 10:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E9=A6=96=E9=A1=B5-?= =?UTF-8?q?=E8=90=A5=E9=94=80=E7=BD=91=E7=BB=9C=E7=89=88=E5=9D=97=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=93=BE=E6=8E=A5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/index/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/view/index/index.html b/view/index/index.html index 09b5d6c..996d456 100644 --- a/view/index/index.html +++ b/view/index/index.html @@ -49,7 +49,13 @@
{$blocks['marketing_name']['value'] ?? ''}

{$blocks['marketing_describe']['value'] ?? ''}

- 了解详情++ + {php} + $marketingLink = url('page/index', ['category_id'=>$marketingCId]); + if(isset($blocks['marketing_background']['link']) && !empty($blocks['marketing_background']['link'])) { + $marketingLink = $blocks['marketing_background']['link']; + } + {/php} + 了解详情++