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 to assign values to global variables in WeChat applet
- The assignment method of global variables of WeChat applet: first define a global variable age in the globalData in the app.js file; then you can use getApp().globalData.age in the page to get the value of the global variable; finally you can use age= '' is reassigned.
- Mini Program Development 12812 2020-03-28 09:15:57
-
- Mini program data-what is it?
- Mini program data- is a custom attribute. The so-called data- is actually the data- prefix plus a custom attribute name. Data can be stored using such a structure. Using data- can solve the current situation of chaotic and unmanaged custom attributes.
- Mini Program Development 4389 2020-03-27 13:24:01
-
- Can't the mini program url add a port number?
- The port number cannot be added to the mini program URL because the mini program only supports port 80 and port 443, so the port number is not required and cannot be added to the URL. If you are in the development environment, you can check "Do not verify secure domain name, TLS version and HTTPS certificate".
- Mini Program Development 5244 2020-03-27 12:02:46
-
- Does the mini program have to have the same name as the official account?
- The names of mini programs and official accounts can be different. The specific rules are as follows: 1. Official accounts and mini programs have unique names on the WeChat public platform and belong to the same entity. They can have the same name; 2. They cannot be the same as those of other entities. The official account has the same name.
- Mini Program Development 5725 2020-03-27 11:51:01
-
- What should I do if the applet does not support table tags?
- Solution to the problem that the applet does not support the table tag: You can use display:table to simulate the table style. The specific method is to create a view, specify its style as display:table, and then create several subviews, specify the style as display:table-row Just use cell.
- Mini Program Development 5467 2020-03-27 11:37:36
-
- What should I do if the mini program prompts that the current proxy is not secure?
- The mini program prompts that the current proxy is unsafe: first press win+R and enter regedit to open the registry editor; then navigate to Internet Settings; and finally delete all items starting with Proxy.
- Mini Program Development 4064 2020-03-27 11:17:51
-
- Where is the background interface code of the mini program placed?
- The background interface code of the mini program can be placed in the site directory of the web server. There are many languages to choose from when writing small program backends: Java, Python, PHP, Nodejs, etc.
- Mini Program Development 7356 2020-03-27 10:48:39
-
- What does the template message of the mini program mean?
- Template messages are templated messages. The messages we receive generally contain some fixed formats. It is the message push capability provided by WeChat for mini programs. With this feature, the mini program can send important message notifications to users.
- Mini Program Development 3978 2020-03-27 10:33:57
-
- What is the difference between mini program login and authorization?
- The differences between mini program login and authorization are: 1. The authorization process actually only obtains the access permission to operate the wx interface on the front end of the mini program. This process will not actually have anything to do with the developer server; 2. Login is To let the developer server know who the current user is, we can complete this operation through the WeChat server.
- Mini Program Development 3848 2020-03-27 10:23:49
-
- Can the mini program be bound to a certified subscription account?
- Mini programs can be bound to certified subscription accounts. Whether it is an enterprise subscription account or a service account, you can open a mini program account. However, the subscription account interface is limited, and it is not recommended to use a subscription account to bind a mini program.
- Mini Program Development 4697 2020-03-27 10:13:54
-
- Can I log in to the mini program webpage?
- Mini programs can be logged in on the web page. We can use the jump function of the WeChat applet QR code to create a pseudo web page login to achieve web page login on the computer side.
- Mini Program Development 3907 2020-03-27 10:00:36
-
- Will company changes after mini program registration have any impact?
- The name of the business license company used to register the mini program has changed. We only need to prepare relevant information and synchronize the subject of the bill of lading, and then there will be no impact.
- Mini Program Development 3416 2020-03-27 09:45:21
-
- The difference between WeChat mini programs and apps
- The differences between WeChat mini programs and apps: 1. The downloading methods are different. Apps need to be downloaded, while mini programs do not need to be downloaded. 2. The memory space occupied is different. 3. The app has a large number of push messages, but the mini program does not. 4. The development cycle is different, and the development cycle of small programs is extremely short.
- Mini Program Development 8801 2020-03-26 16:31:52
-
- How to introduce templates into WeChat mini programs
- Methods for introducing templates into WeChat mini programs: 1. Introduction through import. 2. Import through include. include can introduce the entire code of the target file except <template/><wxs/>.
- Mini Program Development 4918 2020-03-26 16:24:14
-
- How to create a new page in WeChat mini program
- How to create a new page in WeChat Mini Program: Create a new folder in the Mini Program project, then create a new wxml file in this folder, and write the page code in this file to create a new page.
- Mini Program Development 11326 2020-03-26 16:14:12