发现从主页跳转到1和2页面不存在动画卡顿,不过1和2之间切换存在卡顿,猜测可能是动画都是zoomin
个人探索的解决方法:
先切换到主页再跳转进分页面就不卡了
goOne(){
setTimeout(() => {
this.showIndex = 0
}, 0)
this.showIndex=1
},
goTwo(){
setTimeout(() => {
this.showIndex = 0
}, 0)
this.showIndex=2
},
发现从主页跳转到1和2页面不存在动画卡顿,不过1和2之间切换存在卡顿,猜测可能是动画都是zoomin
个人探索的解决方法:
先切换到主页再跳转进分页面就不卡了
goOne(){
setTimeout(() => {
this.showIndex = 0
}, 0)
this.showIndex=1
},
goTwo(){
setTimeout(() => {
this.showIndex = 0
}, 0)
this.showIndex=2
},