Home WeChat Applet Mini Program Development How to develop a calculator applet

How to develop a calculator applet

Mar 30, 2020 am 11:55 AM
Applets WeChat

This article introduces how to use WeChat applet to develop a calculator applet. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to friends who are learning WeChat applet development!

How to develop a calculator applet

Abstract: WeChat applet development is actually not difficult. Before I mastered it, I didn’t realize how powerful it was, and it seemed to be superior. In fact, it is simpler than our traditional writing method and highly encapsulated. According to their rules and specifications, the writing experience is still very good.

Let’s introduce this simple calculator and some pitfalls encountered during the development process. First of all, there are a lot of web developer tools, documents, etc. on the Internet, so I won’t repeat them. There is no need to crack anymore. WeChat has officially modified the verification mechanism, and you can play without APPID. But Some functions are limited. Developing WeChat mini programs is actually not difficult, even though it seems very advanced. In fact, it is simpler than our traditional writing method and highly encapsulated. According to their rules and specifications, the writing experience is still very good.

But because there is no permission, the current WeChat applets are run in the emulator of the developer tools. I don’t know what the actual situation is on WeChat.

xxx.wxml file and xxx.wxss file

wxml is a set of markup languages ​​developed by WeChat itself. You can view it directly as an HTML file, because our interface construction is all It is written in this file, but there are no HTML tags, only wxml tags, and the number of wxml tags is also very small.

How to develop a calculator applet

wxss is a set of style file formats developed by WeChat. It is equivalent to our CSS file. The writing method is the same, but the file suffix is ​​changed. How did we write it before? How do we still write CSS in WeChat mini programs?

How to develop a calculator applet

wxml plus wxss we can build the interface UI we want.

xxx.js and xxx.json files

The xxx.js file is where JS is written. Each xxx.js corresponds to a xxx.wxml file with the same name. The xxx.js file must have Page object, even if the page does not have any business logic. Enter Page WeChat Web Developer Tool will automatically generate a series of empty methods for you to implement. Of course, you don’t have to implement them. It just sets up the skeleton for you.

How to develop a calculator applet

xxx.josn file is the configuration file, which is generally used for global configuration. For example, app.josn in the root directory defines which pages the mini program consists of, and the mini program navigation. Bar style, etc. You can know what the attributes mean by looking at their names.

How to develop a calculator applet

The pages attribute configures the page. The first one is the startup page. All pages must be configured here. If you create a page and forget to add it here, then You will be very depressed, because the onLoad method will not be executed when the page jumps. I wasted a lot of time scratching my head and curious about this.

Overall structure

Look at the project structure diagram below. A page is a folder, and a page usually has js, wxml, and wxss. wxml and js files are necessary and can be There is no style.

How to develop a calculator applet

calc (calculator page), history (history record), index (mini program home page, startup page), logs (log information), utils (js tool class) , logs and utils are built-in and can be used or not.

Source code analysis

The interface layout of this simple calculator still continues the original system, using CSS Flexbox layout, which seems to be recommended by WeChat officials (Flexbox is used in the official documentation).

The buttons of the calculator are all made with labels, just add the wxss style. Of course, you can also use the button component directly.

How to develop a calculator applet

The bindtap here, as you can see from the name, is used to bind events, just like we use onclick in HTML. id={{id9}} The value in double curly brackets comes from the attribute of the same name defined by the data attribute in the js file

How to develop a calculator applet

#There is nothing to say about css. The only thing that needs attention is WeChat provides a size unit rpx, responsive pixel, which can be adapted according to the screen width. It is also used on the history page of the calculator:

How to develop a calculator applet

mainly involves the components

view and text, and most of the pages are composed of these two buddies.

Button, the button "Simple Calculator" on the index page

How to develop a calculator applet

Icon (icon), the computer history record quietly uses one of the icons that comes with icon.

How to develop a calculator applet

Marking method adjustment page (navigator)

1How to develop a calculator applet

Mainly involves API

wx.navigateTo, Navigation, jump, open a new page in the current page

1How to develop a calculator applet

Storage, local storage, saving calculation history uses setStorage, getStorage, and also ends with Sync Asynchronous method

1How to develop a calculator applet

Rendering:

1How to develop a calculator applet

##Notes

Every When creating a new page, you must remember to add it to the pages attribute of app.josn. Otherwise, the onLoad method of the new page will not be executed after using navigateTo to jump to the new page.

There are no JavaScript objects such as window in the WeChat applet, so think of alternatives before writing JS. For example, this calculator was greatly fooled. Originally, the eval function could be used to conveniently calculate expressions, but it failed. It's a big detour.

The JS in the WeChat applet is not real JS, and wxss is not real CSS, so you still need to pay attention when writing.

Generally speaking, the WeChat mini program is not difficult, and the official documentation is also very well written. Just read the official documentation carefully.

This article is reproduced from: http://zixun.jisuapp.cn/xcxkfjc/4488.html

Recommended: "

小program development tutorial"

The above is the detailed content of How to develop a calculator applet. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Can I see visitors in WeChat Moments? Can I see visitors in WeChat Moments? May 06, 2024 pm 01:30 PM

1. WeChat is a social platform that pays attention to privacy protection. Users cannot see who has visited their Moments or personal homepage. 2. This design is intended to protect user privacy and avoid potential harassment or snooping. 3. Users can only see the likes and comments records in their circle of friends, further ensuring the confidentiality of personal information.

There are rumors that 'iPhone 16 may not support WeChat', and Apple's technical consultant in China said that it is communicating with Tencent about app store commissions There are rumors that 'iPhone 16 may not support WeChat', and Apple's technical consultant in China said that it is communicating with Tencent about app store commissions Sep 02, 2024 pm 10:45 PM

Thanks to netizens Qing Qiechensi, HH_KK, Satomi Ishihara and Wu Yanzu of South China for submitting clues! According to news on September 2, there are recent rumors that "iPhone 16 may not support WeChat." In response to this, a reporter from Shell Finance called Apple's official hotline. Apple's technical consultant in China responded that whether iOS systems or Apple devices can continue to use WeChat, and WeChat The issue of whether it can continue to be listed and downloaded on the Apple App Store requires communication and discussion between Apple and Tencent to determine the future situation. Software App Store and WeChat Problem Description Software App Store technical consultant pointed out that developers may need to pay fees to put software on the Apple Store. After reaching a certain number of downloads, Apple will need to pay corresponding fees for subsequent downloads. Apple is actively communicating with Tencent,

How to recover deleted chat history on WeChat How to recover deleted chat history on WeChat May 06, 2024 pm 01:29 PM

1. To recover deleted WeChat chat history, you need to use two mobile phones for data migration. 2. On the old phone, click [Me] → [Settings] → [Chat] → [Chat History Migration and Backup]. 3. Select [Migrate] and set the target device platform. After selecting the chat history to be restored, click [Start]. 4. Then log in to the same account on the new phone and scan the QR code on the old phone to start the migration. 5. After the migration is completed, the deleted chat history will be restored to the new phone.

deepseek image generation tutorial deepseek image generation tutorial Feb 19, 2025 pm 04:15 PM

DeepSeek: A powerful AI image generation tool! DeepSeek itself is not an image generation tool, but its powerful core technology provides underlying support for many AI painting tools. Want to know how to use DeepSeek to generate images indirectly? Please continue reading! Generate images with DeepSeek-based AI tools: The following steps will guide you to use these tools: Launch the AI ​​Painting Tool: Search and open a DeepSeek-based AI Painting Tool (for example, search "Simple AI"). Select the drawing mode: select "AI Drawing" or similar function, and select the image type according to your needs, such as "Anime Avatar", "Landscape"

Is WeChat Lingqiantong safe? Is WeChat Lingqiantong safe? Apr 29, 2024 am 10:23 AM

1. WeChat Lingqiantong adopts a multi-layer security mechanism, including password protection, real-name authentication, mobile phone binding, etc., to ensure the security of user accounts. 2. WeChat Pay uses a variety of encryption methods, including SSL encrypted transmission, real-time monitoring, etc., to ensure transaction security. 3. WeChat Pay also cooperates with banks and financial institutions to implement risk control and prevention measures to monitor and handle abnormal transactions. 4. When using WeChat Lingqiantong, users should also strengthen the protection of personal accounts, set complex passwords, change passwords regularly, and not disclose personal information at will.

How to set WeChat background image How to set WeChat background image Apr 26, 2024 am 11:01 AM

1. Open the WeChat app, click [Me] at the bottom of the interface, and select the [Settings] function. 2. Click [Chat], click [Chat Background] to enter the chat background setting interface. 3. Click [Select Background Image] or [Select from Album] or [Take a Photo]. 4. Select and click the picture you want to use, and then click [Use] in the upper right corner.

How to recover chat history after deleting friends on WeChat How to recover chat history after deleting friends on WeChat Apr 29, 2024 am 11:01 AM

1. Open the WeChat app, click [Address Book] at the bottom of the interface, and click [New Friend]. 2. Enter the friend’s WeChat ID or nickname in the search box at the top of the page. 3. If the other party has not deleted the user, the user can find the friend in the search results. 4. Click on the friend to enter the chat window with him or her, and you can view the previous chat history.

How to transfer WeChat chat history to another mobile phone How to transfer WeChat chat history to another mobile phone May 08, 2024 am 11:20 AM

1. On the old device, click "Me" → "Settings" → "Chat" → "Chat History Migration and Backup" → "Migrate". 2. Select the target platform device to be migrated, select the chat records to be migrated, and click "Start". 3. Log in with the same WeChat account on the new device and scan the QR code to start chat record migration.

See all articles