From bf098a0836f55ceed63b87a3f932819589ab1118 Mon Sep 17 00:00:00 2001
From: hrx <18603305412@163.com>
Date: Thu, 13 Aug 2026 15:52:07 +0800
Subject: [PATCH] =?UTF-8?q?H5=E9=A6=96=E9=A1=B5=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
f/web-kboss/src/views/H5/official/index.vue | 3 +--
f/web-kboss/src/views/homePage/dialog/talk/index.vue | 3 ++-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/f/web-kboss/src/views/H5/official/index.vue b/f/web-kboss/src/views/H5/official/index.vue
index f5e28d6..10b3a5e 100644
--- a/f/web-kboss/src/views/H5/official/index.vue
+++ b/f/web-kboss/src/views/H5/official/index.vue
@@ -42,8 +42,7 @@
{{ item.subtitle }}
-
{{ item.detailTitle }}
-
{{ item.detailSubTitle }}
+
{{ item.detailDesc }}
-
diff --git a/f/web-kboss/src/views/homePage/dialog/talk/index.vue b/f/web-kboss/src/views/homePage/dialog/talk/index.vue
index a4ff604..abf5399 100644
--- a/f/web-kboss/src/views/homePage/dialog/talk/index.vue
+++ b/f/web-kboss/src/views/homePage/dialog/talk/index.vue
@@ -89,6 +89,7 @@ import Vue from 'vue'
import { mapState } from 'vuex'
import { reqNewHomeConsult } from '@/api/newHome'
import { reqConsultForm } from '@/api/H5'
+import kefuQr from '@/assets/image/newkefu.png'
import {
extractConsultOptionList,
isEnglishLocale,
@@ -164,7 +165,7 @@ export default Vue.extend({
qrCodeUrl() {
return this.logoInfoNew && this.logoInfoNew.home && this.logoInfoNew.home.qrCode
? this.logoInfoNew.home.qrCode
- : ''
+ : kefuQr
},
localizedEnterpriseOptions() {
return localizeDictOptions(this.enterpriseOptions, isEnglishLocale(this.$i18n))