From e5f45ec9c2eabaa3e4241caad2d49c3629eaf0c8 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 30 九月 2024 14:18:40 +0800 Subject: [PATCH] loading --- 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