From abff99332f01964f43859b6cc88d22dcac12c343 Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期二, 05 三月 2024 10:25:17 +0800
Subject: [PATCH] 根据产品显示不同logo图片

---
 src/views/exam/paper/personality.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/exam/paper/personality.vue b/src/views/exam/paper/personality.vue
index 70b4c8b..4422e2a 100644
--- a/src/views/exam/paper/personality.vue
+++ b/src/views/exam/paper/personality.vue
@@ -198,7 +198,7 @@
       if (newVal) {
         if (this.form) {
           let productType = this.form.productType
-          if (productType === 'APIFan') {
+          if (productType === 'API_Fan') {
             newVal = newVal.replace('%%company%%', this.form.reportCompany)
             this.guideDescirption = newVal
           }
@@ -464,7 +464,7 @@
         _this.answer.finish = 1
         if (this.form) {
           let productType = this.form.productType
-          if (productType === 'APIFan') {
+          if (productType === 'API_Fan') {
             _this.submitAnswer(_this.$t('finishPersonalityInfo_apifan'))
           } else {
             _this.submitAnswer(_this.$t('finishPersonalityInfo'))

--
Gitblit v1.9.1