diff --git a/src/assets/images/home_cp_3.png b/src/assets/images/home_cp_3.png new file mode 100644 index 000000000..4c4941d1e Binary files /dev/null and b/src/assets/images/home_cp_3.png differ diff --git a/src/views/ebiz/product/HomeProduct.vue b/src/views/ebiz/product/HomeProduct.vue index 37deaed3c..102375c2e 100644 --- a/src/views/ebiz/product/HomeProduct.vue +++ b/src/views/ebiz/product/HomeProduct.vue @@ -42,12 +42,19 @@
-
- -
-
- -
+ +
@@ -142,6 +149,7 @@ export default { }, data() { return { + branchType:'', idMoreDataShow: false, isTableDataLoad: false, performance, @@ -225,6 +233,7 @@ export default { if (result.result === '0') { // 内外勤判断 this.isInner = /^N{1}/.test(result.branchType) || /^S/.test(result.branchType) || /^T/.test(result.branchType) // 判断是否内勤 + this.branchType = result.branchType //6 网销渠道 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