From 75a9abca4f4cf0ebe579705abc369489cfe20e7c Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 28 六月 2024 11:16:37 +0800 Subject: [PATCH] 小程序,课程 --- assets/js/middleGround/api/store.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/js/middleGround/api/store.js b/assets/js/middleGround/api/store.js index 2626394..f4ec27c 100644 --- a/assets/js/middleGround/api/store.js +++ b/assets/js/middleGround/api/store.js @@ -175,6 +175,7 @@ Icon: [], TypeId: [], RefCode: [], + Description: [], ChildrenCount: [], ChildrenFolderCount: [], CreateDate: [], @@ -200,6 +201,7 @@ Icon: [], TypeId: [], RefCode: [], + Description: [], ChildrenCount: [], ChildrenFolderCount: [], CreateDate: [], @@ -224,6 +226,7 @@ Icon: [], TypeId: [], RefCode: [], + Description: [], LinkTypes: [linkType.linkType], PageQuery: { Start: 0, @@ -260,6 +263,7 @@ Name: [], Icon: [], RefCode: [], + Description: [], TypeId: [], SysType: [], State: [], @@ -288,8 +292,6 @@ } let token = wx.getStorageSync(tokenKey) ? wx.getStorageSync(tokenKey) : ''; - - let url = token ? '/store/api/ApiQueryProductByAppUser' : '/store/api/ApiQueryProduct' return request({ url: url, @@ -301,6 +303,7 @@ if (resp.length > 0) { const data = resp[0] if (data.datas.length) { + data.datas[0].subDatas = data.datas[0].cmsDatas const datas = handleDetailQueryRequestData({ item: data.datas[0], -- Gitblit v1.9.1