mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 05:32:52 +08:00
【feature/145010101账号测评版本,隐藏建议书分享和转保按钮】根据这个账号关闭转投保建议书转投保
This commit is contained in:
@@ -175,6 +175,7 @@ export default {
|
|||||||
getAgentInfo({}).then(
|
getAgentInfo({}).then(
|
||||||
res => {
|
res => {
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
|
flag.jobNo = res.jobNo //登录账号
|
||||||
flag.manageComCode = res.manageComCode.substring(2, 4)
|
flag.manageComCode = res.manageComCode.substring(2, 4)
|
||||||
// branchType N1、1代表个险渠道 和 N5、5 代表中介渠道,N代表内勤
|
// branchType N1、1代表个险渠道 和 N5、5 代表中介渠道,N代表内勤
|
||||||
if (res.branchType == 'N1' || res.branchType == '1') {
|
if (res.branchType == 'N1' || res.branchType == '1') {
|
||||||
|
|||||||
@@ -254,7 +254,7 @@
|
|||||||
<van-button class="img_11" @click="goToCompanyProfile" v-no-more-click="1000"></van-button>
|
<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>
|
<van-button class="img_12" @click="goPDF" v-no-more-click="1000"></van-button>
|
||||||
</div>
|
</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="color_3A81F6 bg-white text-center" @click="insure">转投保</div>
|
||||||
<div class="bg_3A81F6 white text-center" @click="sharePeople">分享给客户</div>
|
<div class="bg_3A81F6 white text-center" @click="sharePeople">分享给客户</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -381,6 +381,7 @@ export default {
|
|||||||
mainRiskCodes: [],
|
mainRiskCodes: [],
|
||||||
time: 5,
|
time: 5,
|
||||||
proposalNo:'',
|
proposalNo:'',
|
||||||
|
jobNo:'' //登录账号
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
@@ -406,7 +407,9 @@ export default {
|
|||||||
return Number(val*0.085).toFixed(2)
|
return Number(val*0.085).toFixed(2)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
async mounted() {
|
||||||
|
let dataReturn = await riskRules.getAgentInfoFunc(this)
|
||||||
|
this.jobNo = dataReturn.jobNo
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||||
|
|||||||
Reference in New Issue
Block a user