WeChat applet navigator jump and parameter transfer method

Based on your own business reality, if you need to pass more values, you can also define objects and pass them there.

Instructions for use:

        (1) Passing value: After the navigator’s attribute url, splice ?id (parameter name) = the value to be passed (if multiple parameters are separated by & and name=value&…….)

        (2) Value: options is an object containing the parameters in the url address, which can be obtained directly.

Guess you like

Origin blog.csdn.net/m0_60859997/article/details/134756044