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