current location:Home > Technical Articles > WeChat Applet > Mini Program Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How many times can a mini program be renamed in a year?
- The name of a personal mini program can be modified twice within one calendar year after it is released. Mini programs whose names have been modified more than twice need to be published first and then authenticated on WeChat. There will be a name change portal during the certification process. If the mini program has not been published, there will be no name change portal even after WeChat authentication.
- Mini Program Development 4277 2020-03-20 17:54:17
-
- How do mini program users return to the home page after authorization?
- Methods for mini program users to return to the homepage after authorization: 1. Use the wx.navigateBack method to close the current page and return to the homepage; 2. Use the wx.navigateTo method to jump directly to the homepage; 3. Use the wx.redirectTo method to jump to the homepage, etc. wait.
- Mini Program Development 3864 2020-03-20 17:44:40
-
- Does the mini program have an immediate execution function?
- Mini programs are developed using JavaScript language, so you can use immediate execution functions and place them in the onLoad life cycle. It is recommended to define a function and then call it in the onLoad life cycle, so that the code can be easily reused.
- Mini Program Development 3676 2020-03-20 17:35:02
-
- Does the mini program have a scanning function?
- The mini program has a scanning function, which can be implemented by calling the wx.scanCode(Object object) function provided by WeChat. It can be set to allow scanning codes from the camera and album, or it can be set to only allow scanning codes from the camera.
- Mini Program Development 6727 2020-03-20 17:19:07
-
- Can the personal main applet be displayed nearby?
- Personal Mini Programs cannot be displayed in Nearby. Nearby Mini Programs support Mini Programs whose account types are enterprises, media, governments and other organizations. Personal Mini Programs cannot activate "Nearby Mini Programs".
- Mini Program Development 2679 2020-03-20 11:28:30
-
- Can the official account be associated with other mini programs?
- Official accounts can be associated with other mini programs. Association process: 1. Select Add Mini Program in Official Account Settings - Related Mini Programs. 2. Search the mini program based on the AppID and send an association application to the mini program administrator. 3. The mini program administrator can complete the association through approval.
- Mini Program Development 3969 2020-03-20 11:06:45
-
- Can a public account have the same name as a mini program?
- Mini programs and official accounts can have the same name. Rules for the same name: 1. Mini programs and official accounts of the same subject can have the same name. 2. There are multiple public accounts with the same name under the same entity, and they can have the same name.
- Mini Program Development 4413 2020-03-20 11:00:30
-
- What is the difference in security between apps and WeChat mini programs?
- The differences in security between apps and WeChat mini programs are: 1. Mini programs are relatively secure and use https for information transmission, while some developers of apps still use http; 2. Mini programs are easy to update and iterate and can quickly fix bugs, while apps Some users are unwilling to upgrade and update, causing BUG to persist.
- Mini Program Development 5704 2020-03-20 10:47:23
-
- Is authentication required to open a WeChat mini program?
- The official platform of WeChat Mini Program has introduced relevant regulations on certification. Accounts of government, media, and other organizations must authenticate their identity through WeChat. Enterprise-type accounts can determine whether to apply for WeChat certification according to their own needs.
- Mini Program Development 6470 2020-03-20 10:39:23
-
- How to develop a WeChat applet search component from scratch
- This article introduces the method of developing a WeChat applet search component from scratch. I hope it will be helpful to friends who are learning WeChat applet development! Set up a container for the component and place the search icon, input box, clear text button and search button in the container.
- Mini Program Development 3209 2020-03-20 10:29:42
-
- Does the mini program require WeChat official account certification?
- Mini programs of individual subjects do not require WeChat authentication; mini programs of other entities, such as enterprises, individual industrial and commercial households, organizational media, governments, etc., all require WeChat authentication; only mini programs that have passed WeChat certification can obtain WeChat payment functions, which facilitates business use.
- Mini Program Development 5514 2020-03-20 10:13:16
-
- Mini program chooses service account or subscription account
- A service account is a public account used to provide relevant services to individuals, and only companies can apply for it; while a subscription account is a type of account on the public platform, which mainly provides information and information, and is more suitable for general media users; so users can Choose a mini program service account or subscription account according to the actual situation.
- Mini Program Development 6304 2020-03-20 10:05:52
-
- How to unbind the mini program from the email address
- How to unbind the mini program and email: first enter the WeChat interface; then click the [Settings] button inside; then click the [Account and Security] option; finally click the [More Security Settings] option in the menu, and click [ Unbind].
- Mini Program Development 16486 2020-03-20 09:56:38
-
- How to release internal testing of mini program
- How to release the internal test of the mini program: first enter the official account platform and click [Register]; then select [Mini Program]; then proceed with the registration steps and email activation; finally, complete the information on the mini program, develop the mini program and submit it for review .
- Mini Program Development 3173 2020-03-20 09:51:17
-
- How to jump to external http in a small program
- How to jump to external http from a small program: first select the URL to be redirected; then open the [Developer Tools] and select an item to add an external jump to; then add a button to the specified page and bind one The method is used to jump; finally, add the component in the wxml file of the new page.
- Mini Program Development 4594 2020-03-20 09:43:19