【feature/145010101账号测评版本,隐藏建议书分享和转保按钮】根据这个账号关闭转投保建议书转投保

This commit is contained in:
li.yuetong
2022-05-12 14:12:29 +08:00
parent be6bd838d5
commit 8558ec2db1
2 changed files with 6 additions and 2 deletions

View File

@@ -175,6 +175,7 @@ export default {
getAgentInfo({}).then(
res => {
if (res.result == 0) {
flag.jobNo = res.jobNo //登录账号
flag.manageComCode = res.manageComCode.substring(2, 4)
// branchType N1、1代表个险渠道 和 N5、5 代表中介渠道N代表内勤
if (res.branchType == 'N1' || res.branchType == '1') {

View File

@@ -254,7 +254,7 @@
<van-button class="img_11" @click="goToCompanyProfile" v-no-more-click="1000"></van-button>
<van-button class="img_12" @click="goPDF" v-no-more-click="1000"></van-button>
</div>
<div v-show="!isWeixin" class="fixed fs15 flex text-centerjustify-content-c last_fix_div">
<div v-show="!isWeixin && jobNo != '145010101'" class="fixed fs15 flex text-centerjustify-content-c last_fix_div">
<div class="color_3A81F6 bg-white text-center" @click="insure">转投保</div>
<div class="bg_3A81F6 white text-center" @click="sharePeople">分享给客户</div>
</div>
@@ -381,6 +381,7 @@ export default {
mainRiskCodes: [],
time: 5,
proposalNo:'',
jobNo:'' //登录账号
}
},
filters: {
@@ -406,7 +407,9 @@ export default {
return Number(val*0.085).toFixed(2)
},
},
mounted() {
async mounted() {
let dataReturn = await riskRules.getAgentInfoFunc(this)
this.jobNo = dataReturn.jobNo
setTimeout(() => {
// eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('webview_left_button', {