提交 b6f9bd0e 编写于 作者: guangjun.yang's avatar guangjun.yang

去掉测试信息

上级 8a5cc7b9
...@@ -73,8 +73,8 @@ ...@@ -73,8 +73,8 @@
<CommonSplitLine></CommonSplitLine> <CommonSplitLine></CommonSplitLine>
<CommonTitle title="完成项目考试次数情况"></CommonTitle> <CommonTitle title="完成项目考试次数情况"></CommonTitle>
<ChartColumnVerticalTimes :dataList="(generalExamData.examTimesList || []).slice(0, 5)" id="chartCourseTimesId" :colors="colors"></ChartColumnVerticalTimes> <ChartColumnVerticalTimes :dataList="(generalExamData.examTimesList || []).slice(0, 5)" id="chartCourseTimesId" :colors="colors"></ChartColumnVerticalTimes>
<ShowAll v-show="generalExamData.examTimesList.length" @action="gotoPage('/examtimes')" class="mt-10"></ShowAll> <!-- <ShowAll v-show="generalExamData.examTimesList.length" @action="gotoPage('/examtimes')" class="mt-10"></ShowAll> -->
<!-- <ShowAll v-show="generalExamData && generalExamData.examTimesList.length > 5" @action="gotoPage('/examtimes')" class="mt-10"></ShowAll> --> <ShowAll v-show="generalExamData && generalExamData.examTimesList.length > 5" @action="gotoPage('/examtimes')" class="mt-10"></ShowAll>
<CommonSplitLine></CommonSplitLine> <CommonSplitLine></CommonSplitLine>
<CommonTitle title="完成项目考试分数情况"></CommonTitle> <CommonTitle title="完成项目考试分数情况"></CommonTitle>
<ChartColumnVerticalScore id="chartCourseScoreId" :dataList="generalExamData.examScoreList"></ChartColumnVerticalScore> <ChartColumnVerticalScore id="chartCourseScoreId" :dataList="generalExamData.examScoreList"></ChartColumnVerticalScore>
...@@ -342,25 +342,24 @@ export default { ...@@ -342,25 +342,24 @@ export default {
if (this.$rocNative.isWeb) { if (this.$rocNative.isWeb) {
this.getProjectInfo(this.queryParams); this.getProjectInfo(this.queryParams);
} }
// window.addEventListener(
// 'scroll',
// () => {
// if (timeOutId) {
// clearTimeout(timeOutId);
// }
// timeOutId = setTimeout(this.handleScroll, 10);
// },
// false
// );
window.addEventListener( window.addEventListener(
'scroll', 'scroll',
() => { () => {
console.log("#####11111"); if (timeOutId) {
this.handleScroll() clearTimeout(timeOutId);
}
timeOutId = setTimeout(this.handleScroll, 10);
}, },
false false
); );
// window.addEventListener(
// 'scroll',
// () => {
// this.handleScroll()
// },
// false
// );
}, },
methods: { methods: {
handleScroll() { handleScroll() {
...@@ -373,7 +372,6 @@ export default { ...@@ -373,7 +372,6 @@ export default {
} else { } else {
this.isScroll = false; this.isScroll = false;
} }
console.log("#####22222", this.isScroll);
}, },
// 获取可区域高度 // 获取可区域高度
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册