使用uniapp的一些问题

1.使用uni.navigateTo连续跳转10次 以上 页面跳转混乱   解决办法:使用uni.redirectTo

2.使用swiper轮播图插件在苹果手机上会晃动  解决方法:使用怪异盒  box-sizing:border-box

3.uniapp自动刷新页面  登录成功登录页面使用uni.$emit('refreshData')  主页面  onLoad 里面使用

uni.$on('refreshData', () => {
 this.getData()
})

 

posted @ 2021-12-15 11:00  天天611  阅读(71)  评论(0编辑  收藏  举报