#How do mini programs implement intra-page jumps? How to jump to pages in a small program
First prepare the directory structure as shown in the figure below
Then open the main page index.wxml and write Two jump links
#Then write the page to jump to in navigation mode, as shown in the figure below
Then write The page jumped by redirect method is as shown below
After running the program, we can see two links on the homepage
Click on the first one and it will jump to a new page, as shown in the picture below. This is the way to navigate.
Finally, click on the second one to redirect. Jump method, open on the current page, as shown below
The above is the detailed content of How to implement intra-page jump in mini program. For more information, please follow other related articles on the PHP Chinese website!