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:
-
- Some summary of WeChat applet development BUG experience
- Summary of WeChat Mini Program Development BUG Experience
- Mini Program Development 2733 2020-06-13 17:36:13
-
- Self-study WeChat applet from zero to one: http request encapsulation after project construction
- Self-study WeChat applet from zero to one (1): http request encapsulation after project construction
- Mini Program Development 2676 2020-06-12 10:08:58
-
- What should I do if the WeChat applet pictures cannot be displayed?
- The solution to the problem that the WeChat applet image cannot be displayed: first set the background image for the label element; then check the path of the image through the image tag; then when the local resource cannot be obtained through WXSS, use the [background-image] method; finally delete wxss background and pass the test.
- Mini Program Development 24534 2020-06-11 18:10:24
-
- How does a mini program pass an array of objects on the page?
- The method for the applet to pass the object array on the page: first convert the parameters to be passed into strings through the [JSON.stringify(obj)] method; then in the lower-level page [options of onLoad()], convert the passed parameters into Object or array is sufficient.
- Mini Program Development 4093 2020-06-11 13:55:39
-
- What should I do if the mini program cannot jump to a link?
- The method to solve the problem that the mini program cannot jump to the link: first write the address to jump in src; then create a new project and configure [app.json]; then configure the business domain name and upload the verification file; finally complete the callback, the code is 【wx.navigateTo(url:'../out/out')】.
- Mini Program Development 7168 2020-06-11 13:40:29
-
- The functions and methods of cross-page interaction between mini programs
- The functions and methods of cross-page interaction between mini programs
- Mini Program Development 2425 2020-06-10 17:05:13
-
- How to implement mini program push template message
- Methods for pushing template messages through mini programs: 1. Get the user's "openid"; 2. Get the "form_id" or "prepay_id"; 3. Get the "access_token"; 4. Send the template message.
- Mini Program Development 3221 2020-06-10 14:24:11
-
- How to set up mini program customer service messages
- How to set up the mini program customer service message: first add the mini program customer service button; then open the customer service automatic reply API; finally, set the customer service automatic reply with parameters.
- Mini Program Development 4591 2020-06-10 14:24:02
-
- How to solve the problem of mini program failing to obtain user appid
- The solution to the failure of the mini program to obtain the user's appid: first open the mini program public platform; then find [WeChat Authentication], click on details; and finally wait for the authentication to pass.
- Mini Program Development 11521 2020-06-10 14:23:53
-
- How to implement WeChat applet url value transfer
- The implementation method of WeChat applet url value transfer: first add the parameters after the url; then use "option.id" in the "onload" function to get the value; finally get the value in "getSubject()".
- Mini Program Development 4018 2020-06-10 14:23:46
-
- Why use mini programs
- The reasons for using mini programs are: 1. Mini programs have lower development costs; 2. Mini programs are easier to upgrade and maintain; 3. Mini programs have lower customer acquisition costs; 4. Mini programs have a higher retention rate.
- Mini Program Development 3481 2020-06-10 11:54:35
-
- How to crawl mini program source code
- The method of crawling the source code of the mini program is: first download the corresponding version of [TBS Studio] on the computer; then use the data cable to insert the mobile phone into the USB port of the computer; then open WeChat after connecting the mobile phone, click to start detection; finally, use the mobile phone to open any After opening the applet and starting debugging, click inspect.
- Mini Program Development 8766 2020-06-10 11:53:36
-
- How to get the unionid of a mini program
- How to get the unionid of the mini program: first get the user's "encryptedData" and other encrypted data through "wx.getUserInfo"; then transfer the encrypted data to the backend; and finally decrypt the data on the backend.
- Mini Program Development 8246 2020-06-10 11:41:55
-
- How to implement a mini program to send service notifications
- Solutions for mini programs to send service notifications: 1. Obtain "access_token"; 2. Create message templates; 3. Obtain "form_id"; 4. Send message notifications; 5. Set scheduled tasks.
- Mini Program Development 6659 2020-06-10 11:27:54
-
- What does WeChat Mini Program 502 mean?
- WeChat Mini Program 502 refers to the 502 Bad Gateway error, indicating that the request is reaching the mini program's server. Therefore, external problems such as DNS resolution and network are excluded. The reason may be that too many visitors have caused the service cluster to crash.
- Mini Program Development 11273 2020-06-10 11:22:43