调整加载动画
This commit is contained in:
parent
201252dbf9
commit
4df950f495
@ -109,12 +109,14 @@ export default {
|
||||
this.percentage = 100;
|
||||
setTimeout(() => {
|
||||
this.show = false;
|
||||
this.$store.dispatch('app/animationsClose');
|
||||
}, 1000 / this.fps);
|
||||
},
|
||||
failed() {
|
||||
this.status = 'exception';
|
||||
setTimeout(() => {
|
||||
this.show = false;
|
||||
this.$store.dispatch('app/animationsClose');
|
||||
}, 1000 / this.fps);
|
||||
}
|
||||
}
|
||||
|
@ -314,7 +314,6 @@ export default {
|
||||
// 地图视图加载完成
|
||||
handleViewLoaded() {
|
||||
this.$store.dispatch('map/mapViewLoaded');
|
||||
this.$store.dispatch('app/animationsClose');
|
||||
if (!this.$store.state.training.prdType) {
|
||||
this.mapViewLoaded(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user