Wechat applet template syntax
Template syntax
WXML is a set of tag language for framework design. Combined with basic components and event system, it can build the structure of the page
Differences between WXML and HTML:
text in WXML is equivalent to span in HTMLview in WXML is equivalent to div in HTMLCheckboxes in WXML are equivalent to checkbox es in HTML
Data bindin ...
Posted by dhrosti on Wed, 22 Sep 2021 11:21:30 -0700
python + Tencent cloud function to realize WeChat official account development
preface
This chapter needs to create Tencent cloud account + WeChat official account + python implementation.
And if you want to use your server to configure WeChat official account (you must have a domain name can't use ip address).
Here we use the Tencent cloud function (with its own domain name after successful creation). We just ne ...
Posted by merrydown on Sat, 11 Sep 2021 19:51:05 -0700
Applet ----------- call Gaode map weather api to get weather
1, Use the Gaud weather interface: The URL link is:
https://lbs.amap.com/api/webservice/guide/api/weatherinfo
(1) Register and get Key When you use, you need to register for Key, because it is Ali's company, you can use Alipay scan code registration. After registration, click apply key on the page shown in the figure:
Click "create new ...
Posted by madcrazy1 on Thu, 09 Sep 2021 21:07:40 -0700
Do not understand how third-party websites and apps access wechat login? Here I explain the third-party wechat login of single sign on (recommended Collection)
2021/9/3
1, Pre preparation
First, go to wechat open platform for developer qualification certification
Address: https://open.weixin.qq.com/ You must also understand Tencent's things (white whoring is impossible - > audit fee is required)
After passing the certification, three core parameters need to be recorded
1,appid ...
Posted by remmargorp on Fri, 03 Sep 2021 15:29:38 -0700
WeChat Applet
WeChat Applet
1. Introduction of WeChat applet
WeChat Program, short for Mini Program, is a kind of Mini Program that can make without download and installation. Applying the dream of "reachable", users can sweep or search under it to open the corresponding
1.1 Overview
1. WeChat has a large number of products, and is very sti ...
Posted by wake2010 on Thu, 02 Sep 2021 09:19:17 -0700
Third party login - wechat login
Recently, due to the needs of the project, it is necessary to realize the function of wechat code scanning in the project. Wechat code scanning login is a very common technology now. Code scanning is used in many places, which is not only convenient and fast, but also relatively safe. After referring to some big guys' articles, I share my under ...
Posted by mjlogan on Wed, 01 Sep 2021 22:18:06 -0700