From e5f0572c3f6c441a8a3e8cf5bb931f36e40728d4 Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Mon, 16 Jun 2025 21:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/controller/orders/Dispatchlog.php | 1 + .../admin/view/orders/dispatchlog/index.html | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/application/admin/controller/orders/Dispatchlog.php b/application/admin/controller/orders/Dispatchlog.php index ea0788d..7deb1e1 100644 --- a/application/admin/controller/orders/Dispatchlog.php +++ b/application/admin/controller/orders/Dispatchlog.php @@ -72,6 +72,7 @@ class Dispatchlog extends Backend } } $this->view->assign('logs',json_encode($orderLogs)); + $this->view->assign('cdnurl',config('upload.cdnurl')); return $this->view->fetch(); } //如果发送的来源是 Selectpage,则转发到 Selectpage diff --git a/application/admin/view/orders/dispatchlog/index.html b/application/admin/view/orders/dispatchlog/index.html index de686b7..21f5b81 100644 --- a/application/admin/view/orders/dispatchlog/index.html +++ b/application/admin/view/orders/dispatchlog/index.html @@ -113,6 +113,8 @@