From b8961f178740f99ce54cfcbfd88235eaf8b79872 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Fri, 12 Dec 2025 18:59:02 +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