@@ -323,8 +323,8 @@ export default {
jsApiList: [
"scanQRCode",
] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2
- }).then(()=>{
- console.log('123')
+ }).then((res)=>{
+ console.log(res,'123')
});
debugger