when compiling using developer tools, select [compile with QR Code], and then select [Mini Code]. The scene value printed in the onLaunch of app.js is options.scene = 1011. But the scene value printed by the Mini Program code scanned by the mobile phone is 1047. Since the developer tool [compiled by QR code] can scan the mini code, why does the scene value printed out be 1011? In my opinion, either [compiling through QR code] can only scan [QR code], not [mini code], or print the scene value of what code is scanned. What do you think?