From 42b0ac995a2ce816eb21cdcdfa4b413908dc746d Mon Sep 17 00:00:00 2001 From: liuhuiying <18810831805@163.com> Date: Tue, 1 Jul 2025 11:24:40 +0800 Subject: [PATCH] =?UTF-8?q?FM20250523024-=E9=93=B6=E4=BF=9D=E9=9D=9E?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E5=8D=95=E9=87=91=E6=8E=8C=E6=A1=82=E6=8A=95?= =?UTF-8?q?=E4=BF=9D=E7=B3=BB=E7=BB=9F=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product/HomeProduct.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ebiz/product/HomeProduct.vue b/src/views/ebiz/product/HomeProduct.vue index 1aab8b3b3..d318b3c36 100644 --- a/src/views/ebiz/product/HomeProduct.vue +++ b/src/views/ebiz/product/HomeProduct.vue @@ -253,6 +253,7 @@ export default { // 内外勤判断 this.isInner = /^N{1}/.test(result.branchType) || /^S/.test(result.branchType) || /^T/.test(result.branchType) || /^JZG/.test(result.branchType) // 判断是否内勤 this.branchType = result.branchType //6 网销渠道 + window.localStorage.setItem('branchType', this.branchType) this.isGoodStart = result.showTemplateKmh === 'KMH' ? '1' : '2' // 判断是否开门红 1-开门红 2-否 this.isPersonalInsu = this.personalInsu.indexOf(result.branchType) > -1 // 判断是否个险渠道 this.organizationImgUrl = this.isGoodStart == '1' ? this.organizationKmhImgUrl : this.organizationNormalImgUrl