CASH-2563: Add bailout to more pages. Only show zip input if we don't have one.
This commit is contained in:
parent
af1b8fc702
commit
8671d74913
2 changed files with 10 additions and 0 deletions
|
|
@ -43,6 +43,8 @@
|
|||
validationRules="phone-number-required" />
|
||||
|
||||
<textboxQuestion
|
||||
isRequired
|
||||
v-if="!serviceZipCode"
|
||||
class="mb-4"
|
||||
cmsWidgetName="ServiceZipQuestionWidget"
|
||||
v-model="serviceZipCode"
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@ const routingTable = function () {
|
|||
scenario: navigationScenarios.CLICKED_VIN_RETRY,
|
||||
destinationPageData: routeData.ESTIMATE,
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.BAILOUT,
|
||||
destinationPageData: routeData.BAILOUT,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -128,6 +132,10 @@ const routingTable = function () {
|
|||
scenario: navigationScenarios.CLICKED_VIN_RETRY,
|
||||
destinationPageData: routeData.ESTIMATE,
|
||||
},
|
||||
{
|
||||
scenario: navigationScenarios.BAILOUT,
|
||||
destinationPageData: routeData.BAILOUT,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue