From d1fed8b618ee9125e9aac0e0a275fac7b981c25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?what=5F=E6=9D=91=E9=95=BF?= <178277164@qq.com> Date: Thu, 20 Apr 2023 11:32:48 +0000 Subject: [PATCH] =?UTF-8?q?!85=20=E5=A2=9E=E5=8A=A02=E5=A4=84hook=20*=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0hookwrapper=20*=20Merge=20branch=20'dev'=20of?= =?UTF-8?q?=20https://gitee.com/beikeshop/beikeshop=20into=20dev=20*=20Mer?= =?UTF-8?q?ge=20branch=20'dev'=20of=20https://gitee.com/what520/beikeshop?= =?UTF-8?q?=20into=20dev=20*=20=E5=A2=9E=E5=8A=A0hook,=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E4=B8=AD=E8=A6=81=E6=B1=82=E7=9A=84=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E8=AE=A2=E5=8D=95=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=20*=20=E8=B0=83=E6=95=B4=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5=EF=BC=8C=E4=B8=8E?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E7=9A=84=E4=B8=80=E8=87=B4=20*=20!83=20?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=A4=E4=B8=AAhook=20*=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/beike/admin/views/pages/orders/form.blade.php | 2 ++ themes/default/account/order_info.blade.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/resources/beike/admin/views/pages/orders/form.blade.php b/resources/beike/admin/views/pages/orders/form.blade.php index 16ef90e3..cc6c947d 100644 --- a/resources/beike/admin/views/pages/orders/form.blade.php +++ b/resources/beike/admin/views/pages/orders/form.blade.php @@ -209,6 +209,7 @@ @endhookwrapper @if ($order->orderShipments) + @hookwrapper('admin.order.form.shipments')
{{ __('order.order_shipments') }}
@@ -252,6 +253,7 @@
+ @endhookwrapper @endif
diff --git a/themes/default/account/order_info.blade.php b/themes/default/account/order_info.blade.php index 79c8ead8..793b996b 100644 --- a/themes/default/account/order_info.blade.php +++ b/themes/default/account/order_info.blade.php @@ -161,6 +161,7 @@ @endif @if ($order->orderShipments->count()) + @hookwrapper('account.order_info.shipments')
{{ __('order.order_shipments') }}
@@ -186,6 +187,7 @@
+ @endhookwrapper @endif @if ($order->orderHistories->count())