|
@@ -548,6 +548,9 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
|
|
|
+ // console.log(this.total)
|
|
|
+ // console.log(myScore.length)
|
|
|
+
|
|
|
five[0] = this.total-myScore.length;
|
|
|
|
|
|
one[1] = (one[0]/this.total*100).toFixed(0)
|
|
@@ -849,10 +852,11 @@ export default {
|
|
|
const start = (this.page - 1) * 10;
|
|
|
const end = start + 10;
|
|
|
let result = p.slice(start, end);
|
|
|
+ console.log(result)
|
|
|
|
|
|
result.forEach(i=>{
|
|
|
let typeName = i.typename;
|
|
|
- if(typeName=="活动类" || typeName =="学科类")return;
|
|
|
+ if(typeName=="活动类" || typeName =="学科类" || !typeName)return;
|
|
|
let replaceValue = "";
|
|
|
// console.log(typeName.indexOf("活动类"))
|
|
|
// console.log(typeName.indexOf("理科类"))
|