Mini Program with parameters to generate a QR code, scan the code and jump to the same page every time?

I want to generate a QR code through the getwxacodeunlimit method provided by Mini Program and jump to the specified page, but each scan code is the same page, not the home page. I can jump to that page, but it is not the page corresponding to the parameters, and after scanning it once, it will be scanned with different parameters and scanned in this page.
Mini Program has been released, but cannot jump to the specified page through the parameter. What"s the problem, please?

clipboard.png


did you pass parameters in the page parameter path?
should be
page:" pages/des/des "
scene:"? id=010 "

clipboard.png


the solution is to first process the value of scene in Mini Program according to Wechat's official document, and it will be returned to you with the query parameter.

Menu