闫增涛
2024-12-18 9ce7e63b4c2040b5c09c82085e3f176663e25ddb
packageBookService/pages/bookServices/detail/index.js
@@ -1166,16 +1166,15 @@
            if (isTSFW.length > 0) {
              data = res.datas.cmsDatas[0].datas.filter((item) => item.type == 'questionBankFolder' && (item.childrenFolderCount > 0 || item.childrenCount > 0) && (item.name !== '填空题' &&
                  item.name !== '判断题' &&
                  item.name !== '多选题' &&
                  item.name !== '简答题')) &&
                item.refCode != 'jsek_interaction'
                item.name !== '判断题' &&
                item.name !== '多选题' &&
                item.name !== '简答题') && item.name !== '单选题')
              that.setData({
                jslx: false,
              });
            } else {
              data = res.datas.cmsDatas[0].datas.filter((item) => item.type == 'questionBankFolder' &&
                item.refCode != 'jsek_interaction')
              data = res.datas.cmsDatas[0].datas.filter((item) => item.type == 'questionBankFolder' && item.refCode != 'jsek_interaction')
              // && item.refCode != 'jsek_interaction'
              that.setData({
                jslx: true,
              });