|
@@ -844,6 +844,11 @@ export default {
|
|
|
window.toWXSendMsg({
|
|
|
type: 'scanQRCode',
|
|
|
});
|
|
|
+ // TODO 兼容支付宝无牌车扫码
|
|
|
+ window.subscribe('scanQRCodeOver', (options) => {
|
|
|
+ console.log('微信扫码结束之后的返回参数', options);
|
|
|
+ runScanFn(options);
|
|
|
+ });
|
|
|
// AlipayJSBridge.call('scan', {}, (result) => {
|
|
|
// console.log('监听后的扫描结果:', result);
|
|
|
// my.ap.openURL({
|