From 1b7aa7026d15192d2121a47fbca6649ce28a225a Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Mon, 18 Jul 2022 20:36:11 +0800 Subject: [PATCH] wip --- themes/default/design/image401.blade.php | 8 ++++---- themes/default/design/tab_product.blade.php | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/default/design/image401.blade.php b/themes/default/design/image401.blade.php index df462a39..cc0df3ac 100644 --- a/themes/default/design/image401.blade.php +++ b/themes/default/design/image401.blade.php @@ -13,13 +13,13 @@
-
+
- - + +
-
+
diff --git a/themes/default/design/tab_product.blade.php b/themes/default/design/tab_product.blade.php index 46bbd2ee..3ce8d48b 100644 --- a/themes/default/design/tab_product.blade.php +++ b/themes/default/design/tab_product.blade.php @@ -13,14 +13,14 @@
推荐商品模块
- @if ($tabs) + @if (isset($content['tabs']))
- @foreach ($tabs as $products) + @foreach ($content['tabs'] as $products)
@foreach ($products as $product)