使用wepy开发的微信小程序,51微信小程序官方请进 急BackgroundAudioManager的问题。swiper组件纵向滑动偶尔会卡死只能杀掉微信小程序否则一直保持假死状态
swiper事件绑定的方法只做了改变两个容器的显示状态这两件事
swiperMove (e) {
this.showProgress = e.detail.current ? 'wrapper-in' : 'hide'
this.gotoTop = e.detail.current !== this.dataObj.length - 1 ? 'wrapper-in' : 'hide'
},
swiperFinish (e) {
console.log('finish => ', 'index:', this.index, 'current', e.detail.current)
this.index = e.detail.current
e.detail.current ? this.topFn(false) : this.topFn(true)
},
本文来自微信小程序开发者论坛 微信小程序工厂 http://www.xcxgc.com 转载请保留。
微信小程序开发者回答:
***:
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
本文网址:http://www.91bianli.com/weixinxiaochengxu/57268.html