Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

WeChat Small Program Frame View Layer (View)


May 18, 2021 WeChat Mini Program Development Document


Table of contents


The view layer


  • The view layer of MINA is written by WXML and WXSS.
  • Reflects the data from the logical layer into a view, while sending events from the view layer to the logical layer.
  • WXML is used to describe the structure of a page.
  • WXSS (WeiXin Style Sheet) is used to describe the style of a page.
  • Components are the basic components of a view.