普法考试

This commit is contained in:
liuye
2023-05-26 09:07:59 +08:00
parent c4330f00ac
commit 7002c8014e
2 changed files with 2 additions and 3 deletions

View File

@@ -58,9 +58,9 @@ export default {
currIndex: {
handler(v) {
if(v == 0) {
this.$refs.OnlineClass.getList();
this.$refs.OnlineClass.getListInit();
} else if(v == 1) {
this.$refs.GeneralLawExam.getList();
this.$refs.GeneralLawExam.getListInit();
this.$refs.GeneralLawExam.getUserInfo()
}
}

View File

@@ -8,7 +8,6 @@
<span class="name">{{ user.realName || user.nickName }}</span>
<span v-if="!user.idNumber">欢迎来到幸福积分</span>
<span v-else>欢迎进入{{ user.areaName }}</span>
</div>
<div class="signin" @click="toPages('./signIn',status)">{{ status==1? '已签到':'签到' }}</div>
</div>