From 07992e69b7e5d7325b59fe7a1b415a2780653441 Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期二, 05 三月 2024 10:47:36 +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