Home > Article > WeChat Applet > How to jump to external http in a small program
How does the mini program jump to external http?
First select the URL to be redirected
Recommended: "小program Development Tutorial"
Open the developer tools and select a project to add an external jump
Add a button on the specified page and bind a method to jump
Create a new directory
Add a new page in the newly created directory for writing external jumps
Fill in the specific code for the ammonium button binding method to jump to the new page
In the new page Add components to the wxml file, as shown in the figure
After saving, the effect after clicking the jump button is as shown in the figure
The above is the detailed content of How to jump to external http in a small program. For more information, please follow other related articles on the PHP Chinese website!