|
@@ -14,10 +14,10 @@
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
class="rootImg"
|
|
class="rootImg"
|
|
- v-if="e.isai == 1 && e.isai"
|
|
|
|
|
|
+ v-if="e.isai == 1 || !e.isai"
|
|
src="../../../assets/icon/newIcons/blueRoot.png"
|
|
src="../../../assets/icon/newIcons/blueRoot.png"
|
|
alt=""
|
|
alt=""
|
|
- />
|
|
|
|
|
|
+ />{{ e.isai }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="scoreStar">
|
|
<div class="scoreStar">
|
|
@@ -159,7 +159,7 @@ export default {
|
|
// 获取单个数据
|
|
// 获取单个数据
|
|
getData() {
|
|
getData() {
|
|
// this.fileId =[]
|
|
// this.fileId =[]
|
|
- // console.log(' this.scoCon', this.scoCon);
|
|
|
|
|
|
+ console.log(' this.scoCon', this.scoTitList);
|
|
|
|
|
|
let params = {
|
|
let params = {
|
|
uid: this.scoCon.userid,
|
|
uid: this.scoCon.userid,
|
|
@@ -542,7 +542,7 @@ export default {
|
|
}
|
|
}
|
|
let scotNum = 0
|
|
let scotNum = 0
|
|
this.scoTitList.forEach(e=>{
|
|
this.scoTitList.forEach(e=>{
|
|
- if (e.isai == 1 && e.isai) {
|
|
|
|
|
|
+ if (e.isai == 1 || !e.isai) {
|
|
scotNum++
|
|
scotNum++
|
|
}
|
|
}
|
|
})
|
|
})
|