Tag:Wechat applet
-
Detailed Explanation of the Use of Wechat Calendar Component
This calendar is developed by widget component. Interested students can quote this component. (How to quote this component without much detail, go to the Wechat widget development API to understand.) wxml <!–pages/components/calender.wxml–> <view class=’calender’> <view class=’operate’> < text catchtap =’reduce’> reduce </text > <text catchtap= “add”>add </text> </view> <view class=’year’> < text > {year} year […]
-
Wechat applet calendar effect
In this paper, we share the specific code of the calendar effect of Weixin applet for your reference. The details are as follows. Source Download Address The project needs a calendar function. It took a day to implement the Wechat applet calendar. The size of JS is only a few K. The bootstrap Font Icon […]
-
Wechat applet custom display calendar effect with price
In this paper, we share the specific code of the custom calendar effect of the Wechat applet for your reference. The details are as follows. JS Code: var Moment = require(“../../utils/moment.js”); var DATE_YEAR = new Date().getFullYear(); var DATE_MONTH = new Date().getMonth() + 1; var DATE_DAY = new Date().getDate(); Page({ data: { year: ”, month: ”, […]
-
[Development Experience] iOS does not use Wechat SDK to open small programs directly
Paste code directly IOS audits do not allow payment codes, so if you only use mild functionality, you can not use Wechat SDK. Before using it, we need to go to Wechat Open Platform to bind. My package /** * Before development, you need to go to the open platform of Wechat to bind App […]
-
Problems and Solutions in the Development of Wechat Small Program: Adaptive Layout of Wechat Small Program ad (2)
Scenario: Adding advertisements in Weixin applet can be the adaptive layout of Weixin advertisements and custom advertisements.Question: Wechat advertisement on small screen (e.g. 320) mobile phone or set the width of parent component of ad component to be less than 300 px, the content will exceed the layout scope;Screen effect:ExplainFrom the screenshots, we can see […]
-
Through small procedures to achieve the site scanned login! Every year, 300 yuan can be saved to replace the Weixin Open Platform and Service Number landing mode!
We know that there are two ways to access Wechat. 1. Wechat Open Platform2. Wechat Service Number These two methods can generate two-dimensional code with parameters, and then scanned to obtain basic information of users, so we can use these two ways to develop web site scanned login, which is also a common practice of […]
-
Analysis on the Method of Sliding Switching Custom Page Number in Wechat Small Program
In this paper, an example is given to illustrate the method of realizing sliding switch of custom page number by using Wechat applet. Share for your reference, as follows: The results are as follows: The three pictures here are rotated with swiper components, and the number 1, 2 and 3 below will change with the […]
-
Initial Wechat applet (including actual combat) [Part 7] – Restful configuration of server-side interface
Let’s do it. Laosha is happy to start. In this article, Laosha will take you through the restful configuration process of yii2 program. RESTful Laosha plans to use http://xgh.nai8.me/xcx as the basic address of the interface. In the future, for example GET http://xgh.nai8.me/xcx/albums GET http://xgh.nai8.me/xcx/albums/1 …. Similar urls, this is consistent with restful. In order […]
-
Microsoft widget submission form operation example
This paper illustrates the submission form operation of the Wechat applet. Share for your reference, as follows: Form components also exist in the Wechat applet. The bindsubmit attribute can be used to trigger submit events with data in the form. The parameters of its shoelaces are as follows: event.detail = {value : {‘name’: ‘value’} , […]
-
The Method Analysis of Using SetData to Modify Individual Objects in Array in the Wechat Widget Program
This paper illustrates the method of using setData to modify a single object in an array by using the Wechat applet. Share for your reference, as follows: Wechat applet has been out for quite a long time, before only a rough look at the document, recently a little idle, easy to use Wechat applet platform […]
-
The Method of Scaling Picture Size by Two-way Sliding in Wechat Small Program
In this paper, an example is given to illustrate the method of zooming image size by two-way sliding in the Wechat applet. Share for your reference, as follows: In the process of developing the small program, a picture map comes from the back end. It needs to realize the sliding of both fingers to zoom […]