- webview中打开h5页面,在android机中不能上下滑动?
webview组件中的h5页面,在android手机不能上下滑动了,之前没有这种问题,这几天就不行了
2020-08-07 - 人脸识别接口用哪个?
请问startFacialRecognitionVerifyAndUploadVideo这个人脸识别接口还能用么?后面会继续维护么?还是使用startFacialRecognitionVerify这个接口
2020-05-07 - 设置手机系统时间为2021年6月2日,扫描小程序体验版二维码,无法进入小程序?
当我设置自己手机的系统时间到明年2021年6月2日时,扫描小程序体验版二维码的时候,提示安全警告,无法进入小程序[图片]
2020-04-17 - 人脸识别api
使用微信的人脸识别读数字,在android机上测试,有时候会卡在读数字页面,没有识别结果,也没有报错 wx.checkIsSupportFacialRecognition({ success(res) { wx.startFacialRecognitionVerifyAndUploadVideo({ name: that.globalData.inputInfo.userName, idCardNumber: that.globalData.inputInfo.userId, checkAliveType:'0' success(res) { console.warn('人脸成功', res) }, fail(res) { console.log(res) wx.showModal({ content: '人脸识别失败' showCancel: false }) } }) }, fail(res) { wx.showModal({ content: '当前微信版本过低,请更新至最新版' showCancel: false }) } })
2020-01-14