From 8d4e08cae809eddaecaefd3cd21b2c65ee8af160 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 19 九月 2024 14:44:42 +0800 Subject: [PATCH] bug修改 --- assets/js/middleGround/api/store.js | 34 ++++++++++++++++------------------ 1 files changed, 16 insertions(+), 18 deletions(-) diff --git a/assets/js/middleGround/api/store.js b/assets/js/middleGround/api/store.js index 8a8f185..79e8543 100644 --- a/assets/js/middleGround/api/store.js +++ b/assets/js/middleGround/api/store.js @@ -362,13 +362,13 @@ Path: cmsPath + '', Type: cmsType || '\\', Name: [], - Icon: [], + // Icon: [], TypeId: [], - RefCode: [], - Description: [], + // RefCode: [], + // Description: [], // ChildrenCount: [], // ChildrenFolderCount: [], - CreateDate: [], + // CreateDate: [], SysType: [], SaleMethod: [], PageQuery: { @@ -388,13 +388,11 @@ Path: '*', Type: '\\', Name: [], - Icon: [], TypeId: [], RefCode: [], - Description: [], - ChildrenCount: [], - ChildrenFolderCount: [], - CreateDate: [], + // Description: [], + // ChildrenCount: [], + // ChildrenFolderCount: [], SysType: [], SaleMethod: [], PageQuery: { @@ -413,10 +411,10 @@ Path: cmsPath + '', Type: '\\', Name: [], - Icon: [], + // Icon: [], TypeId: [], - RefCode: [], - Description: [], + // RefCode: [], + // Description: [], LinkTypes: [linkType.linkType], PageQuery: { Start: 0, @@ -448,18 +446,18 @@ SortQuery: sort ? [sort] : [{ LinkOrder: 'Desc' }], - CreateDate: [], - Description: [], + // CreateDate: [], + // Description: [], Name: [], - Icon: [], + // Icon: [], RefCode: [], - Description: [], + // Description: [], TypeId: [], SysType: [], State: [], Tag: [], - BeginDate: [], - EndDate: [], + // BeginDate: [], + // EndDate: [], ProductLinkInfo: [], AllowDonate: [], DonatePriceList: [], -- Gitblit v1.9.1