mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 05:56:44 +08:00
hotfix-签名确认页面-防范销售误导-新增个险独代渠道和个险GBC渠道校验逻辑
This commit is contained in:
@@ -1062,7 +1062,7 @@ export default {
|
||||
})
|
||||
getAgentInfo({}).then((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({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
|
||||
Reference in New Issue
Block a user