htc 5 일 전
부모
커밋
180b897134
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/scan.vue

+ 2 - 2
pages/scan.vue

@@ -12,8 +12,8 @@
 				
 			}
 		},
-		onLoad(option) {
-			if(option.q){
+		onLoad(options) {
+			if(options.q){
 				try{
 					console.log("扫码进入参数:", options.q);
 					const decodedUrl = decodeURIComponent(qrString);