sunchengjie 8 달 전
부모
커밋
b4f3a851cf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/express.vue

+ 2 - 2
src/pages/express.vue

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