Home > Article > Web Front-end > How to jump to the new single page in uni-app
Uni-app's method of jumping to a new single page: 1. Use navigator directly on the page and add the url; 2. Create the page path to jump to and simply mark it in the received page. Just click; 3. Jump to the current page and the bottom tab page by specifying the type.
The operating environment of this tutorial: windows7 system, uni-app2.5.1 version. This method is suitable for all brands of computers.
Recommended (free): uni-app development tutorial
uni-app method to jump to a new single page:
1. First, use navigator directly on the page and add the url in it, as shown in the figure below
2. Then create it The path of the page to be jumped is as shown in the figure below
3. Simply mark the received page as shown in the figure below
4. You can see the button when running, as shown in the picture below
5. Click the button and it will jump to a new page, as shown in the picture below. Display
#6. Finally, you can jump to the current page and the bottom tab page by specifying type, as shown in the figure below
The above is the detailed content of How to jump to the new single page in uni-app. For more information, please follow other related articles on the PHP Chinese website!