sunChengjie 7 months ago
parent
commit
f0ad1eaf9e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/App.vue

+ 4 - 4
src/App.vue

@@ -44,10 +44,10 @@ export default {
 			timestamp: timestamp, // 必填,生成签名的时间戳
 			nonceStr: noncestr, // 必填,生成签名的随机串
 			signature: signature, // 必填,签名,见附录1
-			// jsApiList: [
-			// 	"scanQRCode",
-			// ] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2
-			jsApiList: jsapiTicket,
+			jsApiList: [
+				"scanQRCode",
+			], // 必填,需要使用的JS接口列表,所有JS接口列表见附录2
+			jsApiTicket: jsapiTicket,
 			url: url
 		});
 		//  res => {