From 408c463c5b66bba2aa1c81d8dca23e04c1608e24 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Fri, 19 Dec 2025 16:52:30 +0800
Subject: [PATCH] 商户后台添加供需链接 商户添加底部导航

---
 admin/app/api/model/page/Page.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/admin/app/api/model/page/Page.php b/admin/app/api/model/page/Page.php
index 1798152..d0a53aa 100644
--- a/admin/app/api/model/page/Page.php
+++ b/admin/app/api/model/page/Page.php
@@ -119,6 +119,8 @@
             $data[] = [
                 'product_id' => $product['product_id'],
                 'product_name' => $product['product_name'],
+                'cart' => $product['cart'],
+                'product_sku' => $product['product_sku'],
                 'selling_point' => $product['selling_point'],
                 'image' => $product['image'][0]['file_path'],
                 'product_image' => $product['image'][0]['file_path'],

--
Gitblit v1.9.2