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 connect WeChat applet to database
- WeChat mini programs cannot directly connect to the database for data operations. This is for security reasons. Basically, a request is made to the server through wx.request, and then the server program, such as PHP, performs data operations on the MySQL database.
- Mini Program Development 29574 2020-03-24 10:06:29
-
- Nearby mini programs can be searched within a few kilometers.
- The coverage area of nearby mini programs can be within 5km, and mini programs within 5km of the merchant can be displayed in the user's mini program list.
- Mini Program Development 5000 2020-03-24 09:58:04
-
- Can the mini program be paid with Alipay?
- The program software in the WeChat mini program is a service embedded in WeChat and supports WeChat payment, but cannot use Alipay to pay. Alipay applet can be used to pay with Alipay.
- Mini Program Development 7333 2020-03-24 09:47:17
-
- How to set page gradient in WeChat applet
- How to set page gradient in WeChat applet: first set the background layer style to position:absolute, top/right/bottom/left to 0, so that the background layer will fill the screen; then add a background to it, using linear-gradient linear gradient Just implement page gradient.
- Mini Program Development 7747 2020-03-23 17:23:07
-
- How to implement bottom navigation in WeChat mini program
- How to implement bottom navigation in WeChat applet: first open your own project, find the app.json file and edit it; then add a tabBar node and add a list array within the node; finally fill in the page information items in the array and save it.
- Mini Program Development 5088 2020-03-23 17:10:54
-
- How to check if the mini-program glossary is not registered?
- Methods to check if the mini program is not registered: 1. Register a mini program and do not fill in the mini program name after completing the first step of authentication. 2. Enter the name of the mini program you want to query into the certified mini program for testing. If it is not registered, you will be prompted that the name can be used.
- Mini Program Development 2909 2020-03-23 16:00:46
-
- How to check the main information of the mini program account
- How to view the subject information of the Mini Program account: Log in to the Mini Program management background, enter "Settings" - "Basic Settings" - "Principal Information", and enter the details page on the right side of the information bar to view the subject information.
- Mini Program Development 13078 2020-03-23 15:47:12
-
- How to put WeChat applet on the desktop
- How to place the WeChat applet on the desktop: first open the applet; then click the three dots icon in the upper right corner; then click Add to Desktop; finally return to the desktop, and you will see that the applet has been added to the desktop.
- Mini Program Development 16805 2020-03-23 15:04:02
-
- Will changing the name of the mini program affect its normal use?
- Changing the name of the mini program will not affect normal use. After the WeChat Mini Program is successfully released, the name of the personal WeChat Mini Program can be changed twice a year.
- Mini Program Development 4803 2020-03-23 14:01:10
-
- Can the payment function be enabled in the personal version of the mini program?
- The personal version of the mini program cannot activate the payment function. Subjects that can activate mini programs with payment functions: non-individual registered subjects (enterprises, individual industrial and commercial households, government, media, other organizations) and have passed subject verification.
- Mini Program Development 7111 2020-03-23 13:53:39
-
- WeChat applet development login verification function
- This article introduces the method of developing login verification function in WeChat mini program. I hope it will be helpful to friends who are learning mini program development! Add login verification to some pages. When the user enters the page without logging in, the page will automatically redirect to the login page. After the login verification is successful, call back to the login initiation page.
- Mini Program Development 4690 2020-03-23 13:43:10
-
- Can the mini program name be repeated?
- Mini program names cannot be repeated. However, on the premise that the names of public accounts and mini programs are unique, reuse of names of public accounts and mini programs of the same entity is supported.
- Mini Program Development 7354 2020-03-23 13:38:32
-
- How to use the WeChat applet to identify QR codes using the camera
- The WeChat applet uses the camera to identify the QR code: first write a wxml file and add a button to call the code scanning function; then write the click event of the button and use wx.scanCode to call the scanning function; finally, use the success callback event to add the QR code The code content can be output.
- Mini Program Development 7349 2020-03-23 12:53:39
-
- How to register a new page in WeChat applet
- How to register a new page in WeChat applet: first open the project; then edit the app.json file; then add a new page item in the pages array; finally save the app.json file to automatically generate files related to the new page.
- Mini Program Development 4055 2020-03-23 12:27:41
-
- How to click and transfer value in WeChat applet
- The method of passing value by clicking on the WeChat applet: first use data- in wxml to add custom attributes; then bind the click event through bindtap; and finally use currentTarget in js to get the passed value.
- Mini Program Development 3885 2020-03-23 12:15:03