Wechat applet learning notes

It's also a video from the dark horse tutorial introduction Create applet Open website https://mp.weixin.qq.com/ Register. Obtain AppID; Open developer tools: The agent mode is recommended to be changed to not applicable to any agent. After checking, it is directly connected to the network. Select a new project, fill in the project name ...

Added by globalinsites on Sun, 13 Feb 2022 09:46:38 +0200

Wechat applet supports Google statistics

use: Add ga.js file in wechat applet project.In the background of wechat applet, put www.google-analytics COM is added to the request legal domain name.Modify app js. var ga = require('./ga.js') var GoogleAnalytics = ga.GoogleAnalytics; APP({ // tracker tracker: null, // Create tracker getTracker: function () { if (!this.t ...

Added by JeBu on Thu, 10 Feb 2022 23:35:33 +0200

H5 page Jump applet in vue

What I've been doing recently is a function of the H5 page Jump applet. What I'm talking about below is the problems and solutions I encountered in the project. I don't know whether it will help you. If there is a better way, we can put forward to discuss and learn from each other. In this way, we can make rapid progress Official open labe ...

Added by vronsky on Thu, 10 Feb 2022 13:23:34 +0200

Microservices have everything from code to k8s deployment series (IV. user center)

We will use a series to explain the complete practice of microservices from requirements to online, from code to k8s deployment, from logging to monitoring. The whole project uses the micro services developed by go zero, which basically includes go zero and some middleware developed by relevant go zero authors. The technology stack used is bas ...

Added by 1042 on Thu, 10 Feb 2022 07:56:47 +0200

Explanation of small program yougou mall project

Explanation of small program yougou mall project Home page: pages/home/home.wxml Homepage Code: Search: Click to jump to the search page and judge. Compare the value in the input box with the data (array) in the given interface, and render if it is the same // Send request to get search suggestion data async qsearch(query){ const ...

Added by Ne.OnZ on Tue, 08 Feb 2022 18:40:57 +0200

Small program reduction manual

Applet 1, Start 1. Developer Tools Download address 2. Developer account Company Registered Address : next step registrationAfter success, enter the page and click development = > development settings to see the AppID account 3. Create project New folderOpen the development tool and input the file address without selecting cloud devel ...

Added by melrse on Tue, 08 Feb 2022 15:35:01 +0200

The front end realizes QQ chat

Because the company dating applet has a chat module, it needs to realize a function like qq bubble. If you can use "point nine" in the development of Android platform: What "point nine" is: it is a special picture developed by android. The picture in this format is generated by ADT's own editing tool, and uses the method o ...

Added by timcapulet on Fri, 04 Feb 2022 10:54:00 +0200

Encapsulation of wechat, Baidu, byte beating and other applet public class libraries

Many small programs have been developed. Each time, we have to turn over the documents and find the previous project to copy it,It takes time and trouble. In order to facilitate the development of small programs, we simply build our own wheels,Integration of small programs (WeChat, QQ, Baidu, byte beating, Alipay) related development. !! Plea ...

Added by brettpower on Sun, 30 Jan 2022 15:48:12 +0200

The authorization logic processing of wechat applet, and the processing flow summary of re request after rejection

Wechat applet various permission processing authorization logic, read this article is enough Let's see the effect first: This blog doesn't talk about Wx GetUserInfo's authorization allows and denies logic, only other permissions Starting from using the function, the detailed logical processing of authorization, refusal of authorization and ...

Added by minus4 on Sat, 29 Jan 2022 15:24:04 +0200

Summary and improvement of wechat cloud development project (campus recruitment system)

1, Project display 2, Project business process 3, Project gitee open source address 4, Summary and improvement of wechat applet cloud development 1. Common knowledge of wxml 1) wx:for traversal <view class="card-all" > <view class="van-card" wx:for="{{hotRecruits}}" wx:key="_id" bindtap="toDetailsTap" data-id="{{item._id}}" ...

Added by Kev0121 on Wed, 26 Jan 2022 06:57:57 +0200