mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
hotfix-签名确认页面-防范销售误导-新增个险独代渠道和个险GBC渠道校验逻辑
This commit is contained in:
@@ -1062,7 +1062,7 @@ export default {
|
|||||||
})
|
})
|
||||||
getAgentInfo({}).then((res) => {
|
getAgentInfo({}).then((res) => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if ((res.branchType == 'N1' || res.branchType == '1') && !this.isVideo) {
|
if ((res.branchType == 'N1' || res.branchType == '1'||res.branchType == '12' || res.branchType == '13') && !this.isVideo) {
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'navigation',
|
flag: 'navigation',
|
||||||
extra: {
|
extra: {
|
||||||
|
|||||||
Reference in New Issue
Block a user