Merge pull request #2696 from Safelite/nation/CASH-1245
Nation/cash 1245
This commit is contained in:
commit
a5e678272d
1 changed files with 4 additions and 0 deletions
|
|
@ -1307,6 +1307,9 @@ export default {
|
|||
);
|
||||
}
|
||||
},
|
||||
showLoadingModal() {
|
||||
this.$refs.loadingModal.showModal();
|
||||
},
|
||||
async forwardButtonAction() {
|
||||
this.navigatingForward = true;
|
||||
var ctu = this.zipCodeCtu;
|
||||
|
|
@ -1434,6 +1437,7 @@ export default {
|
|||
this.pageName
|
||||
);
|
||||
}
|
||||
this.showLoadingModal();
|
||||
},
|
||||
setDisplayWaitList() {
|
||||
const dateString = this.isMobileSelected
|
||||
|
|
|
|||
Loading…
Reference in a new issue