sunchengjie 8 months ago
parent
commit
b4f3a851cf
1 changed files with 2 additions and 2 deletions
  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