CASH-1245
CASH-1245 added loading modal to hide the scroll to top and also to work like the other page transitions
This commit is contained in:
parent
cd1d3d9d48
commit
dca8a41b58
1 changed files with 4 additions and 0 deletions
|
|
@ -1304,6 +1304,9 @@ export default {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
showLoadingModal() {
|
||||||
|
this.$refs.loadingModal.showModal();
|
||||||
|
},
|
||||||
async forwardButtonAction() {
|
async forwardButtonAction() {
|
||||||
this.navigatingForward = true;
|
this.navigatingForward = true;
|
||||||
var ctu = this.zipCodeCtu;
|
var ctu = this.zipCodeCtu;
|
||||||
|
|
@ -1431,6 +1434,7 @@ export default {
|
||||||
this.pageName
|
this.pageName
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
this.showLoadingModal();
|
||||||
},
|
},
|
||||||
setDisplayWaitList() {
|
setDisplayWaitList() {
|
||||||
const dateString = this.isMobileSelected
|
const dateString = this.isMobileSelected
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue