From 4ff508548b71346c97ef563b3dd5ba9291afe342 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 12 七月 2024 17:37:02 +0800
Subject: [PATCH] 教学资源接口去掉childcount参数

---
 pages/test/testCover.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/test/testCover.js b/pages/test/testCover.js
index 914d4a8..c62708e 100644
--- a/pages/test/testCover.js
+++ b/pages/test/testCover.js
@@ -100,7 +100,7 @@
           this.data.rootCmsItemId
         }&idPathList=${JSON.stringify(idPathList)}&answerTitle=${
           this.data.answerTitle
-        }&answerType=${"option"}&storeInfo=${book.storeInfo}`,
+        }&answerType=${"option"}`,
       });
     })
   },

--
Gitblit v1.9.1