


Detailed explanation of the usage of App() function in WeChat mini program
This article brings you a detailed explanation of the usage of the App() function in the WeChat applet. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
The App() function is used to register a small program and accepts an object parameter, which specifies the life cycle function of the small program, etc.
Object parameter description
1.onLauch
Life cycle function, monitors the initialization of the applet, and will be triggered once when the initialization of the applet is completed.
Do not call getCurrentPages() during onLauch, the page has not yet been generated.
2.onShow
When the applet starts, or enters the foreground from the back, onShow will be triggered
3.onHide
When the applet enters from the front In the background, onHide
4.onError
will be triggered when a script error occurs in the applet or the api call fails, onError will be triggered with error information.
5.onPageNotFound
When the applet fails to open the page, it will call back this function with the page information.
(1) If the developer does not add an onPageNotFound listener, when the jump page does not exist, a non-existence prompt page for the native WeChat client page will be pushed.
(2) If the onPageNotFound callback is redirected to another page that does not exist, a prompt page that the WeChat client's native page does not exist will be pushed, and the callback onPageNotFound will not exist
6. Other
developers can add any functions or data to the Object parameter, which can be accessed using this.
Definition of frontend and backend:
When the user clicks on the upper left corner to close, or presses the device's Home button to leave WeChat, the mini program is not directly destroyed, but enters the background. When you enter WeChat again or open Xiaocheng again, you will enter the foreground from the background.
The global getApp() function can be used to obtain mini program implementation examples.
// other.js var appInstance = getApp() console.log(appInstance.globalData) // I am global data
Related recommendations:
Detailed analysis of variables and scopes of WeChat mini programs
The above is the detailed content of Detailed explanation of the usage of App() function in WeChat mini program. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment