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 transfer data between mini program pages
- I have been working on a mini program project recently and found that some data often needs to be passed between the pages of the mini program. Based on my own understanding and familiarity, I have concluded that there are several different data transmission methods for different data requirements. Here is a brief introduction and summary.
- Mini Program Development 2749 2020-07-01 09:55:11
-
- Get started with WeChat applet development in eight minutes
- WeChat mini programs are very popular recently. There must be some students who want to understand and get started. Here I have prepared a WeChat mini program development tutorial for you to teach you how to get started in eight minutes.
- Mini Program Development 4256 2020-06-29 11:13:12
-
- What should I do if the new Date() method of the applet fails?
- The iOS system has format requirements for the new Date() method in js. The correct writing method should be, but in the actual application process, most of the date formats are like 2019-07-24, so regular characters need to be used in the actual application process. The string proceeds.
- Mini Program Development 2833 2020-06-29 10:54:52
-
- Use a mini program to write a pop-up window input component
- When writing the project, I found that the mini program did not have its own pop-up input component, so I had to write one myself. Semi-transparent covering layer, covering layer style and visible and hidden events wxml code: wxss code: js code: pop-up window to implement pop-up window.
- Mini Program Development 2759 2020-06-29 10:51:15
-
- Understanding and learning about Proxy objects
- What exactly is a Proxy object? What exactly is a Proxy object? Proxy means proxy. The function of the proxy object is to create a proxy object through Proxy, and then operate the proxy object.
- Mini Program Development 3054 2020-06-29 10:39:44
-
- What is the method to set full screen for WeChat applet on computer?
- Method: First configure the resizeable parameter of the mini program to true, so that a larger horizontal window display can be opened on the computer. The screen size is 1024 times 768, and then press the full screen button to implement the WeChat mini program. Full screen mode on PC.
- Mini Program Development 46728 2020-06-28 11:31:36
-
- User login and login status maintenance in WeChat mini program
- Latest recommendation: "Learn Vue 3.0 First" series of learning tutorials. Update description: Due to the official revision of the relevant API of the WeChat applet, there have been some changes in the login function process, so another article has been updated recently with a video explanation.
- Mini Program Development 3739 2020-06-28 10:21:06
-
- WeChat mini program forwarding function to friends
- Today I will briefly talk about the forwarding function of the WeChat applet. Why should I explain it briefly? Because it mainly talks about forwarding to friends or groups. There is also another way to share it in the circle of friends. This kind is a little more complicated. First of all To reveal a little bit, there are two main methods for sharing to Moments. One is to directly generate poster images in the background, and the other is to generate posters through canvas on the front end.
- Mini Program Development 3696 2020-06-28 10:03:03
-
- WeChat mini program province and city linkage function
- Recently, I just made a function to link provinces and cities. Today I saw someone asking how to do this, so I will share what I did: First, let’s take a look at the effect, click on the text [Click], and a selection window will pop up. Click Cancel or OK [the Cancel and OK buttons are above the selection box, the screenshot is a little unclear], and the window slides down.
- Mini Program Development 2695 2020-06-24 10:12:16
-
- A must-have guide for developing WeChat mini programs for beginners
- This article mainly explains the WeChat mini program development process, environment configuration and precautions to reduce detours for novices. I hope that everyone can gain an understanding of mini program development through the study of this article.
- Mini Program Development 2670 2020-06-23 13:42:51
-
- Remember the white screen problem of WeChat applet on Android phone
- When making a mini program, I sold a limited-time product and used a countdown. Because of this, when using the mini program on an Android phone, after running the mini program in the background for a period of time, the page appeared after entering the mini program again. If the screen goes blank or the click event fails, record it here.
- Mini Program Development 3139 2020-06-23 10:21:53
-
- Improve asynchronous encapsulation: handle asynchronous calls with return values - Border City Inn
- The last few articles have been related to the development of WeChat mini programs, so someone asked: "I don't understand mini programs, can you write something else?". In fact, you don’t need to pay too much attention to the “small program” thing, because “small program” is just a development scenario in the article. The problems we actually solve are not only encountered in small programs, and the means of solving problems are completely related to small programs. Nothing to do!
- Mini Program Development 2959 2020-06-23 10:07:23
-
- How to use the license plate number input method in the WeChat applet
- When I was working on a small program, I made a project about cars, and then I needed to add vehicle information, add license plate numbers, and use the license plate keyboard to input. At that time, I cut off this requirement. Then when adding vehicle information, the boss saw that in the database The license plate number I filled in randomly made me add him again.
- Mini Program Development 4267 2020-06-23 10:02:36
-
- Basic knowledge of developing WeChat applet with mpvue
- mpvue is a front-end framework that uses Vue.js to develop small programs. The framework is based on the core of Vue.js. mpvue modifies the runtime and compiler implementation of Vue.js so that it can run in the small program environment, thus introducing new methods for small program development. The entire set of Vue.js.
- Mini Program Development 2922 2020-06-22 11:28:16
-
- Drop-down refresh problem of mini program
- In the mini program, the onLoad life hook is only called once when the page is created. After doing the navigateTo page jump, return to the upper-level page. Since the navigateTo jump only hides the current page, the onLoad life hook will not be called again when returning to the upper-level page. implement.
- Mini Program Development 3577 2020-06-22 11:21:08