修改提升机动画

master
夜笙歌 4 months ago
parent 4873e7b5eb
commit 7c3c02d19d

@ -93,7 +93,7 @@ export default {
data() { data() {
return { return {
num: -60, num: -60,
floor: 0 floor: 1
} }
}, },
mounted() { mounted() {
@ -252,8 +252,6 @@ export default {
}, },
toFloor(e) { toFloor(e) {
animationLine.push(() => { animationLine.push(() => {
console.log(321323)
console.log(tuopanInishengji)
if (tuopanInishengji) { if (tuopanInishengji) {
return Promise.all([tishengjiAnimation(keyidongModel, e, storeyHeight[e]), tuopanYAnimation(tuopanModel, e, storeyHeight[e])]) return Promise.all([tishengjiAnimation(keyidongModel, e, storeyHeight[e]), tuopanYAnimation(tuopanModel, e, storeyHeight[e])])
} else { } else {

Loading…
Cancel
Save