no message

This commit is contained in:
shijingjing
2023-02-15 17:43:08 +08:00
parent 38d7beff8f
commit c4959fabdf

View File

@@ -17,7 +17,7 @@
<div class="card_statistics">
<span>{{ item.passNumber }}</span>人通过/<span>{{ item.examinationNumber }}</span>人参与
</div>
<div class="result">
<div class="result" v-if="item.myRecord">
<img v-show="item.myRecord.assessmentType == 0" src="https://cdn.cunwuyun.cn/qujing/youxiu.png" alt="">
<img v-show="item.myRecord.assessmentType == 1" src="https://cdn.cunwuyun.cn/qujing/lianghao.png" alt="">
<img v-show="item.myRecord.assessmentType == 2" src="https://cdn.cunwuyun.cn/qujing/jige.png" alt="">
@@ -96,13 +96,11 @@ export default {
})
},
handleToTest(id) {
// 没有认证
// if(!this.user.areaId) {
// this.showAuth = true;
// 已认证
// } else {
if(!this.user.areaId) {
this.showAuth = true;
} else {
this.$emit('toTest',id)
// }
}
},
comfirm() {
if(this.flag) return