From 325a5fb0c4a83b20849578c22dc49c0453c01dec Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期四, 09 五月 2024 18:13:43 +0800 Subject: [PATCH] 优化logo显示逻辑 --- src/views/exam/paper/guide.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/exam/paper/guide.vue b/src/views/exam/paper/guide.vue index f0c4667..32b922f 100644 --- a/src/views/exam/paper/guide.vue +++ b/src/views/exam/paper/guide.vue @@ -7,9 +7,9 @@ <el-main style="padding-top:0%"> <div v-html="formDo.guide"></div> <el-row class="do-align-center"> - <el-button v-if="formDo.productType !== 'API_Fan'" @click="doExam" type="primary" round>{{$t('startDo')}}</el-button> + <el-button v-if="formDo.questionTemplateId !== 'personality'" @click="doExam" type="primary" round>{{$t('startDo')}}</el-button> <el-button v-if="formDo.questionTemplateId === 'job'" @click="openExplain" type="danger" round>鎵撳紑宀椾綅璇存槑</el-button> - <el-button v-if="formDo.productType === 'API_Fan'" @click="openExercise" type="primary" round>缁х画</el-button> + <el-button v-if="formDo.questionTemplateId === 'personality'" @click="openExercise" type="primary" round>缁х画</el-button> </el-row> </el-main> </el-container> -- Gitblit v1.9.1