commit
1bb2cf86fc
1 changed files with 5 additions and 1 deletions
|
|
@ -119,6 +119,7 @@
|
||||||
@update:modelValue="onShopModelUpdated"
|
@update:modelValue="onShopModelUpdated"
|
||||||
@updated-zipcode-ctu="setZipcodeCtu"
|
@updated-zipcode-ctu="setZipcodeCtu"
|
||||||
@update-shop-provider-data="shopProviderData = $event"
|
@update-shop-provider-data="shopProviderData = $event"
|
||||||
|
@updated-contains-military-base="setContainsMilitaryBase"
|
||||||
:zipCode="zipCode"
|
:zipCode="zipCode"
|
||||||
:isDisplayed="isShopQuestionDisplayed"
|
:isDisplayed="isShopQuestionDisplayed"
|
||||||
cmsWidgetName="YourSafeliteShopWidget" />
|
cmsWidgetName="YourSafeliteShopWidget" />
|
||||||
|
|
@ -1613,7 +1614,6 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
appointmentTypeFromAppointmentTypeQuestion: {
|
appointmentTypeFromAppointmentTypeQuestion: {
|
||||||
handler(newValue, oldValue) {
|
handler(newValue, oldValue) {
|
||||||
if (newValue === AppointmentTypeStrings.MOBILE) {
|
if (newValue === AppointmentTypeStrings.MOBILE) {
|
||||||
|
|
@ -1710,4 +1710,8 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.shop-question-button .list-button-content {
|
||||||
|
background: $blue-100;
|
||||||
|
box-shadow: 0 0 0 1px $primary;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue