H5首页更新
This commit is contained in:
parent
f5b85598ef
commit
bf098a0836
@ -42,8 +42,7 @@
|
||||
<p class="solution-subtitle">{{ item.subtitle }}</p>
|
||||
</div>
|
||||
<div class="solution-detail">
|
||||
<strong>{{ item.detailTitle }}</strong>
|
||||
<em>{{ item.detailSubTitle }}</em>
|
||||
|
||||
<p>{{ item.detailDesc }}</p>
|
||||
<ul>
|
||||
<li v-for="metric in item.metrics" :key="metric.label">
|
||||
|
||||
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user