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:
-
- WeChat Mini Program Form Component Sharing 1
- 1. Form, submit the <switch/> <input/> <checkbox/> <slider/> <radio/> <picker/> entered by the user in the component. When you click the <button/> component in the <form/> form whose formType is submit, the value value in the form component will be submitted. You need to add name as the key in the form component.
- Mini Program Development 5481 2018-03-17 13:34:39
-
- Detailed explanation of WeChat mini program list development
- This article mainly shares with you the detailed explanation of WeChat mini program list development, mainly in the form of code, hoping to help everyone.
- Mini Program Development 5760 2018-03-17 13:23:26
-
- WeChat applet implements image adaptive width
- This article mainly shares with you the WeChat applet to implement image adaptive width. I hope it can help you. First, let's take a look at the image component.
- Mini Program Development 7045 2018-03-17 13:16:56
-
- WeChat applet development recorder, audio playback, animation
- This article mainly shares with you the WeChat applet development of recorders, audio playback, and animations. I hope it can help everyone.
- Mini Program Development 3179 2018-03-17 13:14:26
-
- WeChat applet simulation drop-down menu development example
- This article mainly shares with you WeChat applet simulation drop-down menu development examples, hoping to help everyone.
- Mini Program Development 6243 2018-03-17 12:16:18
-
- WeChat applet development pop-up box implementation method
- This article mainly shares with you the implementation method of pop-up box development in WeChat applet. The code shared in this article is very clear and I hope it can help everyone.
- Mini Program Development 30412 2018-03-17 12:05:26
-
- Detailed explanation of loading and execution of CSS and JS
- Through lexical analysis, the Token object is generated through HTML (after all the child nodes of the current node are generated, the sibling nodes of the current node will be obtained through the next token), and finally the Dom Tree is generated. The browser can support concurrent requests, and different browsers support it. The number of concurrencies is different (divided by domain name). Taking Chrome as an example, the upper limit of concurrency is 6.
- Mini Program Development 2980 2018-03-16 16:50:45
-
- Detailed explanation of WeChat mini program authorization mechanism
- In fact, what we are talking about here is not the authorization mechanism of the mini program, but the login state mechanism. The authorization in the mini program is the authorization for a specific interface. WeChat has officially encapsulated many API interfaces for mini programs. When calling wx.login(), you can initiate a request to the server and get the code.
- Mini Program Development 3412 2018-03-16 16:46:51
-
- How to implement the skin-changing function of WeChat applet
- It is relatively simple to implement the skin-changing function on PC or mobile terminals. It is roughly the css that needs to be skinned, and the normal css; the current skin type is stored locally; and then js is used to read and determine which set of css should be loaded currently. This article mainly introduces the skin-changing function of the WeChat applet in detail. It has certain reference value. Interested friends can refer to it. I hope it can help everyone.
- Mini Program Development 2786 2018-03-16 09:07:35
-
- Example of external reference of js file in WeChat applet
- As a common project development habit, code with high reusability needs to be extracted, and parameters can be passed and called wherever needed. For those who are new to the WeChat applet circle, after all, they will be restricted by the new specifications. Let’s sort it out here. Simple reference and use of external public js files.
- Mini Program Development 7593 2018-03-15 17:00:58
-
- WeChat applet implements finger zoom picture code sharing
- Use your fingers to zoom the picture. In fact, before this requirement was realized, I didn't know that there is a native API in WeChat official accounts and WeChat mini programs that comes with this special effect, and WeChat Moments also uses this API. wx.previewImage, that's it. preview picture. In addition to not being able to preview the pictures of the local computer in the development environment, the pictures of your real mobile phone and the pictures on the http server can be previewed, and the zoom function is very smooth. This article mainly introduces you to the sample code for implementing finger zoom pictures in the WeChat applet.
- Mini Program Development 2372 2018-03-14 09:10:35
-
- How to encapsulate plug-ins in native js
- This time I will show you how to encapsulate plug-ins in native js, and what are the precautions for encapsulating plug-ins in native js. The following is a practical case, let’s take a look.
- Mini Program Development 2492 2018-03-06 14:34:17
-
- A brief discussion on the promotion methods of WeChat mini programs
- We know that small programs are a popular concept currently. If you develop a small program, you must also want to make it profitable, right? If you want to get traffic dividends, merchants need to pay attention to these six traffic diversion methods after launching the mini program.
- Mini Program Development 1847 2018-03-06 13:57:54
-
- Simplify callbacks using Promises
- In the project, various asynchronous operations will appear. If there are also asynchronous operations in the callback of an asynchronous operation, a callback pyramid will appear.
- Mini Program Development 1844 2018-02-23 15:44:03
-
- Sharing practical examples from getting started with WeChat mini programs (4)
- Select the debug file. Open the debugger, select the Sources tab, then use the shortcut key: ctrl+p to open the search box, and select the file with the suffix sm for debugging.
- Mini Program Development 2045 2018-02-23 14:30:30