NativeAppEventEmitter.addListener('alipay.mobile.securitypay.pay.onPaymentResult', this._handlePaymentResult) _handlePaymentResult 回调函数在用户支付成功后没有调用, 我的旧手机,可以接收到回调 旧手机使用的是密码支付, 新手机支持指纹支付, 是否是指纹支付导致出现的问题
NativeAppEventEmitter.addListener('alipay.mobile.securitypay.pay.onPaymentResult', this._handlePaymentResult)
_handlePaymentResult 回调函数在用户支付成功后没有调用,
我的旧手机,可以接收到回调
旧手机使用的是密码支付, 新手机支持指纹支付, 是否是指纹支付导致出现的问题