From d329774d35f7e9138b4e23d568cca52a495fba2e Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 13 Aug 2019 19:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=A1=AE=E8=AE=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=96=B0=E5=A2=9E=E9=92=A9=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/buy/index.html | 411 ++++++++++++------ .../index/view/default/public/footer.html | 4 +- .../index/view/default/public/header.html | 4 +- application/tags.php | 21 + public/static/index/default/css/buy.css | 7 +- 5 files changed, 303 insertions(+), 144 deletions(-) diff --git a/application/index/view/default/buy/index.html b/application/index/view/default/buy/index.html index 6fdcbb630..7f5e5de71 100755 --- a/application/index/view/default/buy/index.html +++ b/application/index/view/default/buy/index.html @@ -12,10 +12,38 @@ {{include file="public/goods_category" /}} + +{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}} +
+ plugins_view_buy_top +
+{{/if}} +{{if !empty($plugins_view_buy_top_data) and is_array($plugins_view_buy_top_data)}} + {{foreach $plugins_view_buy_top_data as $hook}} + {{if is_string($hook) or is_int($hook)}} + {{$hook|raw}} + {{/if}} + {{/foreach}} +{{/if}} +
-