Use objects to pass parameters between pages in WeChat applets

When we pass in too many parameters, we can pass in an object

Use data-** to pass in a parameter on the wxml page

Convert objects into json strings in js

 In the js of the page to be used, convert the json string into a json object again

Guess you like

Origin blog.csdn.net/qq_41588568/article/details/108581553