某个picker点击小程序卡死?其他手机正常
微信版本7.0.8 手机型号YAL-AL10 点击某个picker 会卡死然后弹出微信无响应,是否关闭的提示。该手机其他picker都正常,其他手机使用该picker正常。
bindPickerChange: function (e) { console.log( 'picker发送选择改变,携带值为' , e.detail.value) this .setData({ timeIndex: e.detail.value }) this .data.timeArray = this .data.planTimeLimit[ this .data.timeIndex].split( "~" ) } |
1 回复