uploadTap: function () { var that = this wx.chooseVideo({ sourceType: [ 'album' , 'camera' ], maxDuration: 61, camera: 'back' , success(res) { console.log(res) } }) }, |
当绑定catchtap后,若maxDuration大于60s,在真机上则该事件无法触发,手机ip8 plus ios12.1.3
https://developers.weixin.qq.com/community/develop/doc/00066062ec88907656c7f0b2156000