1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684 |
- <template>
- <div id="bankDetailCopy" class="bank-detail">
- <section class="section">
- <div class="section__body">
- <div class="left-box">
- <el-tabs v-model="activeName" @tab-click="handelTab">
- <el-tab-pane
- v-for="tab in newList"
- :key="tab.paperId"
- :label="tab.paperName"
- :name="tab.paperId + ''"
- >
- <div
- v-if="tab.paperName == '每日一练'"
- style="background: #f8f8fa; padding: 20px"
- >
- <template v-if="tab.examInfo">
- <div class="day-box">
- <div>
- <p>
- 打卡天数<span>{{ tab.examInfo.recordCount }}</span
- >天
- </p>
- <p>
- 打卡进度超过了{{ tab.examInfo.recordPercentage }}的学员
- </p>
- </div>
- <div @click="handelPunchClock(tab)">
- {{ tab.examInfo.examRecord ? "今日已打卡" : "今日打卡" }}
- </div>
- <img src="../../../../assets/basket.png" alt="" />
- </div>
- <div class="clock-in-box">
- <div class="clock-in-box-item">
- <p class="clock-title">明日打卡任务</p>
- <div class="clock-task">
- {{ tab.examInfo.examNameBelow || "暂无" }}
- </div>
- </div>
- <div class="clock-in-box-item">
- <p class="clock-title">打卡记录</p>
- <div class="clock-calendar">
- <el-calendar :first-day-of-week="7">
- <template slot="dateCell" slot-scope="{ date, data }">
- <p
- v-if="!isSelected(data.day)"
- :class="isToday(data.day) ? 'date-today' : ''"
- >
- {{ data.day.split("-").slice(2).join("-") }}
- </p>
- <p v-else class="is-Select">
- <img src="../../../../assets/tick.png" alt="" />
- </p>
- </template>
- </el-calendar>
- </div>
- </div>
- </div>
- </template>
- <div class="no-data" v-else>
- <div>
- <img src="../../../../assets/no-data.png" alt="" />
- <p>暂无题库,请前往购买</p>
- </div>
- </div>
- </div>
- <div
- v-else-if="tab.paperName == '随机练习'"
- style="background: #f8f8fa; padding: 20px"
- >
- <div class="random-box">
- <div class="random-box-top">
- <p class="random-box-title">试卷情况</p>
- <div class="random-box-top-num">
- <img
- style="margin-right: 12px"
- src="../../../../assets/testpaper.png"
- alt=""
- />
- <div>
- <p>{{ tab.examInfo ? tab.examInfo.doNum : "-" }}</p>
- <p>已完成提数</p>
- </div>
- <div class="line"></div>
- <div>
- <p>{{ tab.examInfo ? tab.examInfo.totalNum : "-" }}</p>
- <p>总提数</p>
- </div>
- <div class="line"></div>
- <div>
- <p>
- {{
- tab.examInfo
- ? toFixed(
- (tab.examInfo.rightNum /
- tab.examInfo.totalNum) *
- 100
- )
- : "-"
- }}%
- </p>
- <p>正确率</p>
- </div>
- </div>
- </div>
- <div class="random-box-bom">
- <p class="random-box-title">做题数量</p>
- <div class="sle-num-box">
- <div
- :class="activeNum == val ? 'actvie' : ''"
- v-for="val in numList"
- :key="val"
- @click="handelNum(val)"
- >
- {{ val }}
- </div>
- </div>
- <div
- class="random-box-bom-btn"
- @click="beginExam(tab.examInfo)"
- >
- 开始做题
- </div>
- </div>
- </div>
- </div>
- <div class="goods-menu" v-else>
- <div class="goods-menu__body">
- <div
- class="item"
- v-for="(item, index) in bankList"
- :key="index"
- >
- <template v-if="item.type == 1">
- <div class="item__title" @click="moduleExam(item)">
- {{ item.name }}
- <span
- style="float: right; color: #99a0a7; font-weight: 400"
- >{{ item.showList ? "收起∧" : "展开∨" }}
- </span>
- </div>
- <div class="item__content" v-if="item.showList">
- <div class="bank-chapter">
- <div
- class="bank-chapter__item"
- v-for="(chapter, chapterIndex) in item.list"
- :key="chapterIndex"
- >
- <div
- class="bank-chapter__item__text"
- @click="chapterExam(chapter, item.majorId)"
- >
- <span
- style="
- margin-left: 21px;
- margin-right: 8px;
- color: #a7b0b8;
- "
- ><span v-if="chapterIndex + 1 < 10"
- >0{{ chapterIndex + 1 }}</span
- ><span v-else>
- {{ chapterIndex + 1 }}
- </span></span
- >{{ chapter.name }}
- <i
- v-if="chapter.showList"
- class="el-icon-arrow-up"
- style="float: right; margin-right: 20px"
- ></i>
- <i
- v-else
- class="el-icon-arrow-down"
- style="float: right; margin-right: 20px"
- ></i>
- </div>
- <div class="bank-section" v-if="chapter.showList">
- <div
- class="bank-section__item"
- v-for="(section, sectionIndex) in chapter.list"
- :key="sectionIndex"
- >
- <div class="bank-section__item__text">
- <span
- style="margin-right: 8px; color: #a7b0b8"
- >●</span
- >
- {{ section.examName }}
- <span
- v-if="section.newRecordStatus"
- class="upStudyStyle"
- >上次做到</span
- >
- </div>
- <div class="btn_div">
- <!-- 正确率
- <span style="color: rgb(52, 216, 71)"
- >{{
- computedNums(
- section.doQuestionNum,
- section.questionNum
- )
- }}%</span
- > -->
- <span style="margin-left: 6px">题目数: </span
- ><span style="color: blue">{{
- section.doQuestionNum || 0
- }}</span>
- /
- {{ section.questionNum || 0 }}
- </div>
- <el-button
- v-if="section.recordStatus == -1"
- type="primary"
- @click="
- toDo(
- section,
- chapter.chapterExamId,
- item.majorId
- )
- "
- class="btn"
- >开始做题</el-button
- >
- <el-button
- v-if="
- section.recordStatus == 0 &&
- section.doType == 1
- "
- type="primary"
- @click="
- continueDo(
- section,
- chapter.chapterExamId,
- item.majorId
- )
- "
- class="btn"
- >继续做题</el-button
- >
- <el-button
- v-if="
- section.recordStatus == 1 ||
- (section.recordStatus == 0 &&
- section.doType == 2)
- "
- :disabled="
- section.answerNum > 0 &&
- section.doNum >= section.answerNum
- "
- type="primary"
- @click="
- doRepeat(
- section,
- chapter.chapterExamId,
- item.majorId
- )
- "
- class="btn"
- >重新做题</el-button
- >
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <template v-if="item.type == 2">
- <div class="item__content">
- <div class="bank-chapter">
- <div class="bank-chapter__item">
- <div
- class="bank-chapter__item__text"
- @click="chapterExam(item, 0)"
- >
- <span
- style="
- margin-left: 21px;
- margin-right: 8px;
- color: #a7b0b8;
- "
- >
- <span v-if="index + 1 < 10"
- >0{{ index + 1 }}</span
- ><span v-else>
- {{ index + 1 }}
- </span> </span
- >{{ item.name }}
- <i
- v-if="item.showList"
- class="el-icon-arrow-up"
- style="float: right; margin-right: 20px"
- ></i>
- <i
- v-else
- class="el-icon-arrow-down"
- style="float: right; margin-right: 20px"
- ></i>
- </div>
- <div class="bank-section" v-if="item.showList">
- <div
- class="bank-section__item"
- v-for="(section, sectionIndex) in item.list"
- :key="sectionIndex"
- >
- <div class="bank-section__item__text">
- <span
- style="margin-right: 8px; color: #a7b0b8"
- >●</span
- >
- {{ section.examName }}
- <span
- v-if="section.newRecordStatus"
- class="upStudyStyle"
- >上次做到</span
- >
- </div>
- <div
- style="width: auto; padding: 0px 14px"
- class="btn_div"
- >
- <!-- 正确率
- <span style="color: rgb(52, 216, 71)"
- >{{
- computedNums(
- section.doQuestionNum,
- section.questionNum
- )
- }}%</span
- > -->
- <span style="margin-left: 6px">题目数: </span
- ><span style="color: blue">{{
- section.doQuestionNum || 0
- }}</span>
- /
- {{ section.questionNum || 0 }}
- </div>
- <el-button
- v-if="section.recordStatus == -1"
- type="primary"
- @click="toDo(section, item.majorId, 0)"
- class="btn"
- >开始做题</el-button
- >
- <el-button
- v-if="
- section.recordStatus == 0 &&
- section.doType == 1
- "
- type="primary"
- @click="continueDo(section, item.majorId, 0)"
- class="btn"
- >继续做题
- </el-button>
- <el-button
- v-if="
- section.recordStatus == 1 ||
- (section.recordStatus == 0 &&
- section.doType == 2)
- "
- :disabled="
- section.answerNum > 0 &&
- section.doNum >= section.answerNum
- "
- type="primary"
- @click="doRepeat(section, item.majorId, 0)"
- class="btn"
- >重新做题
- </el-button>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <template v-if="item.type == 3">
- <div class="item__content">
- <div class="bank-section">
- <div class="bank-section__item">
- <div class="bank-section__item__text">
- <span style="margin-right: 8px; color: #a7b0b8"
- >●</span
- >
- {{ item.name }}
- <span
- v-if="item.newRecordStatus"
- class="upStudyStyle"
- >上次做到</span
- >
- </div>
- <div
- style="width: auto; padding: 0px 14px"
- class="btn_div"
- >
- <!-- 正确率
- <span style="color: rgb(52, 216, 71)"
- >{{
- computedNums(
- item.doQuestionNum,
- item.questionNum
- )
- }}%</span
- > -->
- <span style="margin-left: 6px">题目数: </span
- ><span style="color: blue">{{
- item.doQuestionNum || 0
- }}</span>
- / {{ item.questionNum || 0 }}
- </div>
- <el-button
- v-if="item.recordStatus == -1"
- type="primary"
- @click="toDo(item, 0, 0)"
- class="btn"
- >开始做题</el-button
- >
- <el-button
- v-if="item.recordStatus == 0 && item.doType == 1"
- type="primary"
- @click="continueDo(item, 0, 0)"
- class="btn"
- >继续做题</el-button
- >
- <el-button
- v-if="
- item.recordStatus == 1 ||
- (item.recordStatus == 0 && item.doType == 2)
- "
- :disabled="
- item.answerNum > 0 &&
- item.doNum >= item.answerNum
- "
- type="primary"
- @click="doRepeat(item, 0, 0)"
- class="btn"
- >重新做题</el-button
- >
- </div>
- </div>
- </div>
- </template>
- </div>
- </div>
- </div>
- </el-tab-pane>
- </el-tabs>
- </div>
- </div>
- </section>
- </div>
- </template>
- <script>
- import GoodsItem from "@/components/goodsItem/index";
- export default {
- name: "BankDetailCopy",
- components: {
- GoodsItem,
- },
- data() {
- return {
- newList: [],
- examListNew: [],
- orderGoodsId: "",
- activeName: "0",
- collectName: "1",
- wrongName: "1",
- goodsId: "",
- goodsDetail: {},
- bankList: [],
- collectSelect: "",
- wrongSelect: "",
- hasClickList: [],
- collectTypeList: [],
- collectExamList: [],
- wrongTypeList: [],
- wrongExamList: [],
- collectTotal: 0,
- wrongTotal: 0,
- needOpen: true, //是否需要打开第一章节
- recordItem: null,
- numList: [5, 10, 15, 20, 50, 100],
- activeNum: 5,
- punchList: [],
- };
- },
- mounted() {},
- computed: {
- compyRecommend: function () {
- return function (array) {
- let ary = [];
- if (array) {
- for (let i = 0; i < array.length; i++) {
- if (i >= 5) {
- break;
- } else {
- ary.push(array[i]);
- }
- }
- }
- return ary;
- };
- },
- computedNums: function () {
- return function (doNum, totalNum) {
- let ary = 0;
- ary = parseInt(doNum ? doNum : 0) / parseInt(totalNum ? totalNum : 0);
- return (ary * 100).toFixed(0);
- };
- },
- },
- methods: {
- toFixed(num) {
- if (num) {
- let str = String(num).indexOf(".");
- if (str != -1) {
- return +num.toFixed(2);
- } else {
- return num;
- }
- } else {
- return 0;
- }
- },
- initData(data, recordItem) {
- this.recordItem = recordItem;
- this.orderGoodsId = data.orderGoodsId;
- this.goodsId = data.goodsId;
- this.activeName = "0";
- this.getExamType(data.goodsId);
- // if (this.recordItem) {
- // this.getRecordItem();
- // } else {
- // await this.goodsBank();
- // }
- },
- getRecordItem() {
- this.$request
- .goodsBank({
- orderGoodsId: this.recordItem.orderGoodsId,
- goodsId: this.recordItem.goodsId,
- paperId: this.activeName * 1 || undefined,
- })
- .then(async (res) => {
- res.data.forEach((item) => {
- if (item.type == 2 || item.type == 1) {
- item.showList = false;
- item.list = [];
- }
- });
- this.bankList = res.data;
- // for (let i = 0; i < this.bankList.length; i++) {
- // if (this.bankList[i].type == 1) {
- // await this.moduleExam(this.bankList[i]);
- // break;
- // } else if (this.bankList[i].type == 2) {
- // this.needOpen = false;
- // await this.chapterExam(this.bankList[i], 0);
- // break;
- // }
- // }
- const DW = this.bankList.findIndex((item) => {
- if (
- item.type == 1 &&
- this.recordItem.moduleExamId > 0 &&
- this.recordItem.moduleExamId == item.majorId
- ) {
- return item;
- } else if (
- item.type == 2 &&
- !this.recordItem.moduleExamId &&
- this.recordItem.chapterExamId == item.majorId
- ) {
- return item;
- } else if (
- item.type == 3 &&
- !this.recordItem.moduleExamId &&
- !this.recordItem.chapterExamId &&
- this.recordItem.examId == item.majorId
- ) {
- return item;
- }
- });
- if (DW != -1) {
- if (this.bankList[DW].type == 1) {
- console.log(1);
- this.$request
- .goodsChapterList({
- orderGoodsId: this.orderGoodsId,
- moduleExamId: this.recordItem.moduleExamId,
- goodsId: this.goodsId,
- })
- .then(async (res) => {
- res.data.forEach((item) => {
- item.showList = false;
- item.list = [];
- });
- this.$set(
- this.bankList[DW],
- "showList",
- !this.bankList[DW].showList
- );
- this.$set(this.bankList[DW], "list", res.data);
- const DWChapter = this.bankList[DW].list.findIndex(
- (items) => {
- return (
- items.chapterExamId == this.recordItem.chapterExamId
- );
- }
- );
- if (DWChapter != -1) {
- this.$request
- .bankExamExamList({
- orderGoodsId: this.orderGoodsId,
- moduleExamId: this.bankList[DW].majorId,
- chapterExamId:
- this.bankList[DW].list[DWChapter].chapterExamId,
- goodsId: this.goodsId,
- })
- .then((res) => {
- res.data.sort((a, b) => {
- return a.sort - b.sort;
- });
- this.$set(
- this.bankList[DW].list[DWChapter],
- "showList",
- !this.bankList[DW].list[DWChapter].showList
- );
- this.$set(
- this.bankList[DW].list[DWChapter],
- "list",
- res.data
- );
- const DWChapters = this.bankList[DW].list[
- DWChapter
- ].list.findIndex((itemsy) => {
- return itemsy.examId == this.recordItem.examId;
- });
- if (DWChapters != -1) {
- this.$set(
- this.bankList[DW].list[DWChapter].list[DWChapters],
- "newRecordStatus",
- true
- );
- }
- });
- }
- });
- } else if (this.bankList[DW].type == 2) {
- this.$request
- .bankExamExamList({
- orderGoodsId: this.orderGoodsId,
- moduleExamId: 0,
- chapterExamId: this.bankList[DW].majorId,
- goodsId: this.goodsId,
- })
- .then((res) => {
- res.data.sort((a, b) => {
- return a.sort - b.sort;
- });
- this.$set(
- this.bankList[DW],
- "showList",
- !this.bankList[DW].showList
- );
- this.$set(this.bankList[DW], "list", res.data);
- const DWChapter = this.bankList[DW].list.findIndex(
- (items) => {
- return items.examId == this.recordItem.examId;
- }
- );
- if (DWChapter != -1) {
- this.$set(
- this.bankList[DW].list[DWChapter],
- "newRecordStatus",
- true
- );
- }
- });
- } else if (this.bankList[DW].type == 3) {
- console.log(3);
- this.$set(this.bankList[DW], "newRecordStatus", true);
- }
- }
- console.log("DW", DW, this.bankList);
- });
- },
- getExamType(id) {
- return new Promise((resolve, reject) => {
- this.$request.exampapergoodsExamPaper(id).then((res) => {
- this.newList = res.data;
- // this.newList = [{ paperId: 0, paperName: "全部" }, ...res.data];
- // if (parseInt(this.activeName) > 0) {
- // this.tabChange({ name: this.activeName });
- // }
- // 从结果页返回
- let examType = this.$route.query.examType;
- if (examType) {
- let item = this.newList.find(
- (e) => e.paperName == ["每日一练", "随机练习"][examType - 1]
- );
- if (item) {
- this.activeName = item.paperId + "";
- this.handelTab();
- }
- } else {
- this.activeName = this.newList[0].paperId + "";
- }
- this.handelTab();
- resolve();
- });
- });
- },
- go(path, query = {}) {
- console.log(path, query);
- this.$router.push({
- path,
- query,
- });
- },
- beginExam({ rightNum, totalNum }) {
- if (rightNum == totalNum) {
- return this.$message.success("题目已经做完了!");
- }
- this.$router.push({
- path: "/bank-exam/" + this.goodsId,
- query: {
- orderGoodsId: this.orderGoodsId,
- number: this.activeNum,
- moduleId: 0,
- chapterId: 0,
- examId: 0,
- },
- });
- },
- handelNum(val) {
- this.activeNum = val;
- // console.log(val, this.goodsId, this.orderGoodsId)
- },
- /**
- * 获取课程目录
- */
- handelTab() {
- let item = this.newList.find((tab) => tab.paperId == this.activeName);
- if (item.paperName == "每日一练") {
- this.$request.getToDayExam(this.goodsId).then((res) => {
- this.$set(item, "examInfo", res.data);
- });
- this.$request.getPunchRecord({ goodsId: this.goodsId }).then((res) => {
- this.punchList = res.data;
- });
- return;
- } else if (item.paperName == "随机练习") {
- this.$request.getRandomExam(this.orderGoodsId).then((res) => {
- this.$set(item, "examInfo", res.data);
- });
- return;
- }
- this.goodsBank();
- },
- goodsBank() {
- return new Promise((resolve, reject) => {
- this.$request
- .goodsBank({
- orderGoodsId: this.orderGoodsId,
- goodsId: this.goodsId,
- paperId: this.activeName * 1 || undefined,
- })
- .then(async (res) => {
- res.data.forEach((item) => {
- if (item.type == 2 || item.type == 1) {
- item.showList = false;
- item.list = [];
- }
- });
- this.bankList = res.data;
- for (let i = 0; i < this.bankList.length; i++) {
- if (this.bankList[i].type == 1) {
- await this.moduleExam(this.bankList[i]);
- break;
- } else if (this.bankList[i].type == 2) {
- this.needOpen = false;
- await this.chapterExam(this.bankList[i], 0);
- break;
- }
- }
- resolve();
- });
- });
- },
- /**
- * 展开模块卷
- */
- moduleExam(Module) {
- return new Promise((resolve, reject) => {
- if (Module.list.length) {
- Module.showList = !Module.showList;
- return;
- }
- this.$request
- .goodsChapterList({
- orderGoodsId: this.orderGoodsId,
- moduleExamId: Module.majorId,
- goodsId: this.goodsId,
- paperId: this.activeName * 1 || undefined,
- })
- .then(async (res) => {
- console.log(res, "resresres");
- res.data.forEach((item) => {
- item.showList = false;
- item.list = [];
- });
- Module.showList = !Module.showList;
- Module.list = res.data;
- if (this.needOpen) {
- this.needOpen = false;
- await this.chapterExam(Module.list[0], Module.majorId);
- }
- resolve();
- });
- });
- },
- /**
- * 展开章卷
- */
- chapterExam(chapter, moduleId = 0) {
- return new Promise((resolve, reject) => {
- if (chapter.list.length) {
- chapter.showList = !chapter.showList;
- return;
- }
- this.$request
- .bankExamExamList({
- orderGoodsId: this.orderGoodsId,
- moduleExamId: moduleId,
- chapterExamId: chapter.chapterExamId || chapter.majorId,
- goodsId: this.goodsId,
- paperId: this.activeName * 1 || undefined,
- })
- .then((res) => {
- res.data.sort((a, b) => {
- return a.sort - b.sort;
- });
- chapter.showList = !chapter.showList;
- chapter.list = res.data;
- resolve();
- });
- });
- },
- // 新增用户视频学习日志
- studyLog(courseId, moduleId, chapterId, examId) {
- this.$axios({
- url: "/user/study/log",
- method: "post",
- data: {
- goodsId: this.goodsId,
- courseId: courseId,
- moduleId: moduleId || 0,
- chapterId: chapterId || 0,
- sectionId: examId || 0,
- fromPlat: 2, //来源平台 1小程序 2PC网站
- goodsType: 2, // 商品类型 1视频2题库 3补考 4前培 5虚拟赠送题库 6直播
- orderGoodsId: this.orderGoodsId,
- },
- }).then((res) => {
- console.log("题库的用户学习日志:", res);
- });
- },
- /**
- * 去做题
- */
- async toDo(section, chapterId, moduleId) {
- let count = await this.examRecordCount(section.examId || section.majorId);
- let answerNum = await this.getExamDetail(
- section.examId || section.majorId
- );
- //超过答题次数
- if (answerNum > 0 && count >= answerNum) {
- this.$message({
- type: "warning",
- message: "该试卷只能答题" + answerNum + "次!",
- });
- return;
- }
- this.$router.push({
- path: "/bank-exam/" + this.goodsId,
- query: {
- examId: section.examId || section.majorId,
- moduleId: moduleId || 0,
- chapterId: chapterId || 0,
- orderGoodsId: this.orderGoodsId,
- },
- });
- this.studyLog(0, moduleId, chapterId, section.examId);
- },
- handelPunchClock({ examInfo }) {
- this.$router.push({
- path: "/bank-exam/" + this.goodsId,
- query: {
- examId: examInfo.examId,
- moduleId: examInfo.moduleExamId,
- chapterId: examInfo.chapterExamId,
- orderGoodsId: this.orderGoodsId,
- examType: 1,
- },
- });
- },
- isSelected(date) {
- if (!this.punchList.length) {
- return false;
- }
- return this.punchList.some(
- (e) => e.recordTime == new Date(date).setHours(0, 0, 0, 0) / 1000
- );
- },
- isToday(date) {
- return (
- new Date(date).setHours(0, 0, 0, 0) == new Date().setHours(0, 0, 0, 0)
- );
- },
- /**
- * 继续做题
- */
- continueDo(section, chapterId, moduleId) {
- this.$router.push({
- path: "/bank-exam-continue/" + this.goodsId,
- query: {
- recordId: section.recordId,
- examId: section.examId || section.majorId,
- chapterId: chapterId,
- moduleId: moduleId,
- orderGoodsId: this.orderGoodsId,
- },
- });
- this.studyLog(0, moduleId, chapterId, section.examId);
- },
- /**
- * 重做
- * @param {Object} recordId
- * @param {Object} examId
- * @param {Object} goodsId
- * @param {Object} chapterExamId
- */
- async doRepeat(section, chapterId = 0, moduleId = 0) {
- let count = await this.examRecordCount(section.examId || section.majorId);
- let answerNum = await this.getExamDetail(
- section.examId || section.majorId
- );
- //超过答题次数
- if (answerNum > 0 && count >= answerNum) {
- this.$message({
- type: "warning",
- message: "该试卷只能答题" + answerNum + "次!",
- });
- return;
- }
- this.$confirm(`是否清空答案重做?`, "提示", {
- confirmButtonText: "重做",
- cancelButtonText: "查看上次",
- closeOnClickModal: false,
- closeOnPressEscape: false,
- distinguishCancelAndClose: false,
- showClose: false,
- })
- .then((_) => {
- this.$router.push({
- path: "/bank-exam/" + this.goodsId,
- query: {
- examId: section.examId || section.majorId,
- moduleId: moduleId || 0,
- chapterId: chapterId || 0,
- orderGoodsId: this.orderGoodsId,
- },
- });
- })
- .catch((_) => {
- this.$router.push({
- path: "/bank-exam-all-explain/" + section.recordId,
- query: {
- examId: section.examId || section.majorId,
- moduleId: moduleId || 0,
- chapterId: chapterId || 0,
- goodsId: this.goodsId,
- orderGoodsId: this.orderGoodsId,
- },
- });
- });
- this.studyLog(0, moduleId, chapterId, section.examId);
- },
- /**
- * 查询试卷历史做题次数
- */
- examRecordCount(examId) {
- return new Promise((resolve) => {
- this.$request
- .examRecordCount({
- examId: examId,
- orderGoodsId: this.orderGoodsId,
- })
- .then((res) => {
- resolve(res.data);
- });
- });
- },
- /**
- * @param {Object} exam_id
- * 获取试卷可以做的次数
- */
- getExamDetail(exam_id) {
- return new Promise((resolve) => {
- this.$request.getExamDetail(exam_id).then((res) => {
- resolve(res.data.answerNum);
- });
- });
- },
- getWrongData() {
- if (this.wrongName == "1") {
- //试卷归类
- this.wrongRecordList();
- } else if (this.wrongName == "2") {
- //题型归类
- this.wrongRecordTypeList();
- }
- },
- wrongRecordList() {
- this.$request
- .wrongRecordList({
- paperId: this.wrongSelect,
- goodsId: this.goodsId,
- })
- .then((res) => {
- this.wrongExamList = res.rows;
- let total = 0;
- res.rows.forEach((item) => {
- total += item.wrongQuestionNum;
- });
- this.wrongTotal = total;
- });
- },
- wrongRecordTypeList() {
- this.$request
- .wrongRecordTypeList({
- paperId: this.wrongSelect,
- goodsId: this.goodsId,
- })
- .then((res) => {
- this.wrongTypeList = res.rows;
- let total = 0;
- res.rows.forEach((item) => {
- total += item.num;
- });
- this.wrongTotal = total;
- });
- },
- getCollectData() {
- if (this.collectName == "1") {
- //试卷归类
- this.goodsCollectExamList();
- } else if (this.collectName == "2") {
- //题型归类
- this.collectQuestionTypeList();
- }
- },
- /**
- * 收藏按试卷分类
- */
- goodsCollectExamList() {
- this.$request
- .goodsCollectExamList({
- paperId: this.collectSelect,
- goodsId: this.goodsId,
- })
- .then((res) => {
- this.collectExamList = res.rows;
- let total = 0;
- res.rows.forEach((item) => {
- total += item.questionNum;
- });
- this.collectTotal = total;
- });
- },
- /**
- * 收藏按题型分类
- */
- collectQuestionTypeList() {
- this.$request
- .collectQuestionTypeList({
- paperId: this.wrongSelect,
- goodsId: this.goodsId,
- })
- .then((res) => {
- this.collectTypeList = res.rows;
- let total = 0;
- res.rows.forEach((item) => {
- total += item.num;
- });
- this.collectTotal = total;
- });
- },
- tabChange(e) {
- if (parseInt(e.name) > 0) {
- this.$request
- .bankexamgetPaperExamList({
- goodsId: this.goodsId,
- paperId: e.name,
- orderGoodsId: this.orderGoodsId,
- })
- .then((res) => {
- this.examListNew = res.data;
- });
- }
- if (this.hasClickList.indexOf(e.name) != -1) {
- return;
- }
- this.hasClickList.push(e.name);
- },
- },
- };
- </script>
- <!-- Add "scoped" attribute to limit CSS to this component only -->
- <style scoped lang="scss">
- .upStudyStyle {
- background-color: #f2f7ff;
- border: 1px solid #3f8dfd;
- color: #3f8dfd;
- padding: 3px 4px;
- border-radius: 4px;
- }
- .btn_div {
- user-select: none;
- color: #666666;
- margin-right: 10px;
- padding: 0px 14px;
- height: 32px;
- line-height: 32px;
- }
- .bank-detail {
- .section {
- &__header {
- height: 40px;
- display: flex;
- align-items: center;
- padding: 0 20px;
- }
- &__body {
- .left-box {
- // float: left;
- // width: 768px;
- .day-box {
- // width: 709px;
- height: 100px;
- display: flex;
- height: 110px;
- background: url("../../../../assets/BG_punch.png");
- background-size: 100% 100%;
- padding-left: 36px;
- padding-top: 16px;
- position: relative;
- div {
- &:nth-of-type(1) {
- p {
- &:nth-of-type(1) {
- font-size: 16px;
- font-weight: 800;
- color: #556176;
- line-height: 42px;
- span {
- font-size: 36px;
- color: #222222;
- padding: 0 5px;
- // vertical-align: middle;
- }
- }
- &:nth-of-type(2) {
- font-size: 12px;
- color: #808da4;
- }
- }
- }
- &:nth-of-type(2) {
- width: 123px;
- height: 36px;
- background: #3f8dfd;
- border-radius: 30px;
- text-align: center;
- line-height: 36px;
- font-size: 15px;
- font-weight: bold;
- color: #ffffff;
- margin-top: 20px;
- margin-left: 32px;
- cursor: pointer;
- }
- }
- img {
- width: 92px;
- height: 92px;
- position: absolute;
- right: 24px;
- }
- }
- .no-data {
- padding: 90px 0;
- div {
- width: 150px;
- margin: 0 auto;
- color: #888691;
- text-align: center;
- img {
- display: block;
- margin: 0 auto;
- }
- }
- }
- .clock-in-box {
- display: flex;
- justify-content: space-between;
- margin-top: 12px;
- padding: 20px 16px 0;
- background: #ffffff;
- .clock-in-box-item {
- width: 49%;
- .clock-title {
- font-weight: bold;
- color: #484848;
- font-size: 14px;
- margin-bottom: 20px;
- }
- .clock-calendar {
- border: 1px solid #eee;
- .date-today {
- width: 30px;
- height: 30px;
- border-radius: 50%;
- margin: 0 auto;
- background: #409eff;
- color: #fff;
- }
- /deep/ {
- .el-calendar-day {
- height: 44px;
- line-height: 30px;
- text-align: center;
- }
- .el-calendar__body {
- padding: 20px;
- }
- .el-calendar__button-group {
- display: none;
- }
- td {
- border: 0;
- }
- }
- .is-Select {
- width: 30px;
- height: 30px;
- background: #e8f6ff;
- border-radius: 50%;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- .clock-task {
- background: #f8f8fa;
- font-weight: 800;
- color: #556176;
- font-size: 16px;
- padding: 25px 60px;
- text-align: center;
- }
- }
- }
- .random-box {
- .random-box-title {
- font-weight: bold;
- color: #222222;
- font-size: 16px;
- }
- .random-box-top {
- height: 146px;
- background: #ffffff;
- padding: 20px;
- .random-box-top-num {
- margin-top: 12px;
- display: flex;
- align-items: center;
- div {
- width: 128px;
- text-align: center;
- p {
- &:nth-of-type(1) {
- font-size: 24px;
- color: #222222;
- margin-bottom: 4px;
- }
- &:nth-of-type(2) {
- font-size: 12px;
- color: #808da4;
- }
- }
- }
- .line {
- width: 1px;
- height: 36px;
- background: #d9d9d9;
- }
- }
- }
- .random-box-bom {
- margin-top: 20px;
- background: #ffffff;
- padding: 20px 20px 60px;
- .sle-num-box {
- margin: 32px 0 40px;
- display: flex;
- justify-content: space-around;
- div {
- width: 148px;
- height: 48px;
- background: #f8f8fa;
- border-radius: 6px 6px 6px 6px;
- text-align: center;
- line-height: 48px;
- font-size: 20px;
- color: #222222;
- cursor: pointer;
- }
- .actvie {
- background: #e8f6ff;
- color: #3f8dfd;
- }
- }
- .random-box-bom-btn {
- width: 315px;
- height: 44px;
- background: #3f8dfd;
- border-radius: 8px 8px 8px 8px;
- cursor: pointer;
- margin: 0 auto;
- text-align: center;
- line-height: 44px;
- font-size: 16px;
- font-weight: bold;
- color: #ffffff;
- }
- }
- }
- /deep/.el-tabs__item {
- height: 98px;
- line-height: 98px;
- }
- .goods-menu {
- // padding: 0 16px 16px;
- // border-radius: 10px;
- // background: #f5f7fa;
- &__header {
- display: flex;
- padding-right: 8px;
- align-items: center;
- .title {
- padding: 10px 0;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #333333;
- flex: 1;
- }
- .question-num {
- font-size: 14px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #999999;
- text-align: center;
- display: inline-block;
- width: 80px;
- }
- .question-do {
- width: 88px;
- }
- }
- &__body {
- .item {
- overflow: hidden;
- background: #fff;
- // padding: 0 10px;
- &__title {
- padding: 20px 21px;
- cursor: pointer;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #333333;
- background-color: #f8f8f9;
- .note {
- display: inline-block;
- margin-left: 20px;
- width: 40px;
- height: 24px;
- border: 1px solid #ff3b30;
- border-radius: 8px;
- line-height: 22px;
- color: #ff3b30;
- text-align: center;
- }
- }
- &__content {
- margin-top: 12px;
- background: #fff;
- .bank-chapter {
- margin-left: 4px;
- &__item {
- font-size: 16px;
- &__text {
- padding-top: 20px;
- padding-bottom: 20px;
- border-bottom: 1px solid #eeeeee;
- cursor: pointer;
- flex: 1;
- }
- }
- }
- .bank-section {
- margin-left: 25px;
- color: #99a0a7;
- &__item {
- padding-top: 20px;
- padding-bottom: 20px;
- // border-bottom: 1px solid #eeeeee;
- font-size: 16px;
- display: flex;
- &__text {
- flex: 1;
- }
- .btn {
- margin-right: 20px;
- width: 88px;
- height: 32px;
- padding: 0;
- border-radius: 16px;
- line-height: 32px;
- text-align: center;
- cursor: pointer;
- }
- }
- }
- }
- }
- }
- }
- .goods-collect {
- &__header {
- .selects {
- display: flex;
- justify-content: space-between;
- &__item {
- width: 360px;
- height: 40px;
- border-radius: 8px;
- .el-select {
- width: 100%;
- }
- /deep/ .el-input__inner {
- background: #fafafa;
- border: 1px solid #d9d9d9;
- }
- }
- }
- }
- &__body {
- .box {
- width: 300px;
- height: 240px;
- background: #ffffff;
- border: 1px solid #d9d9d9;
- border-radius: 8px;
- padding: 16px;
- .title {
- font-size: 14px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- }
- .circle {
- width: 160px;
- height: 160px;
- margin: 10px auto 0;
- }
- }
- .list {
- overflow: hidden;
- &__item {
- margin-top: 16px;
- height: 98px;
- background: #f7f9fc;
- box-shadow: 0px 3px 6px 0px #e1e6ed;
- border-radius: 8px;
- .title {
- padding: 10px 16px;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #333333;
- }
- .content {
- border-top: 1px solid #eee;
- .left {
- float: left;
- margin-left: 16px;
- margin-top: 10px;
- padding: 4px 12px;
- border: 1px solid #666666;
- border-radius: 4px;
- font-size: 14px;
- .red {
- margin-left: 12px;
- color: #f5222d;
- font-size: 14px;
- }
- }
- .right {
- float: right;
- margin-right: 16px;
- margin-top: 10px;
- .btn {
- width: 88px;
- height: 32px;
- border-radius: 16px;
- text-align: center;
- padding: 0;
- line-height: 32px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- ._content {
- margin-top: 6px;
- background: #fff;
- .bank-chapter {
- margin-left: 4px;
- &__item {
- font-size: 16px;
- &__text {
- padding-top: 20px;
- padding-bottom: 20px;
- border-bottom: 1px solid #eeeeee;
- cursor: pointer;
- flex: 1;
- }
- }
- }
- .bank-section {
- margin-left: 25px;
- color: #99a0a7;
- &__item {
- padding-bottom: 6px;
- // border-bottom: 1px solid #eeeeee;
- font-size: 16px;
- display: flex;
- &__text {
- flex: 1;
- }
- .btn {
- margin-right: 20px;
- width: 88px;
- height: 32px;
- padding: 0;
- border-radius: 16px;
- line-height: 32px;
- text-align: center;
- cursor: pointer;
- }
- }
- }
- }
- </style>
|