WeChat mini-program modal bullet box component details

Source: Internet
Author: User
This article mainly introduces the details of the mini-program modal bullet box component, and provides a simple example, for more information about the mini-program modal bullet box components, see the next article.

Applet modal:

The modal component in the applet is analyzed in detail here. I want to develop the applet for use by a small partner. here I will record the knowledge points of modal.

Modal

Modal is similar to the confirm pop-up box in javascript. by default, it is a pop-up box with confirmation and cancellation, but the pop-up box will not be automatically hidden after you click cancel, you need to trigger the event to call a function to control the hidden attribute.

Official documentation

 
  
This is the content of the dialog box.

 

. Js


Page ({data: {hidden: false, nocancel: false}, cancel: function () {this. setData ({hidden: true}) ;}, confirm: function () {this. setData ({nocancel :! This. data. nocancel}); console. log ("clicked confirm ");}})

Running effect

The above is a detailed description of the mini-program modal bullet box component. For more information, see other related articles in the first PHP community!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.