updates to routes
This commit is contained in:
parent
f44f81f54f
commit
187cf5243c
1 changed files with 7 additions and 5 deletions
|
|
@ -19,11 +19,13 @@
|
|||
</h5>
|
||||
<div
|
||||
class="body-text text-center mt-2"
|
||||
v-html="explanatoryText">
|
||||
v-html="explanatoryText"
|
||||
ref="explanatoryText">
|
||||
</div>
|
||||
<div
|
||||
class="text-center mt-4 fw-bold text-black"
|
||||
v-html="secondaryText">
|
||||
v-html="secondaryText"
|
||||
ref="secondaryText">
|
||||
</div>
|
||||
<div
|
||||
v-if="verifiedDeductible"
|
||||
|
|
@ -354,11 +356,11 @@ export default {
|
|||
if (this.selectedProvider === 'Safelite') {
|
||||
this.$router.navigate(this.navigationScenarios.CLICKED_FORWARD_WITH_SAFELITE,
|
||||
this.$route);
|
||||
} else if (this.mainStore.issConfig.enableTPAFlow) {
|
||||
this.$router.navigate(this.navigationScenarios.CLICKED_FORWARD_WITH_THIRD_PARTY,
|
||||
} else if (this.selectedProvider === 'Other' && this.mainStore.issConfig.enableTPAFlow) {
|
||||
this.$router.navigate(this.navigationScenarios.CLICKED_FORWARD_WITH_TPA_ENABLED,
|
||||
this.$route);
|
||||
} else {
|
||||
this.$router.navigate(this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
|
||||
this.$router.navigate(this.navigationScenarios.CLICKED_FORWARD_WITH_TPA_DISABLED,
|
||||
this.$route);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue